| /PHP_5_4/ext/ereg/regex/ |
| H A D | main.c | 162 if (opt('&', f[1])) /* try with either type of RE */ 231 if (err != 0 && (!opt('C', f1) || err != efind(f2))) { 238 } else if (err == 0 && opt('C', f1)) { 368 - opt - is a particular option in a regression string? 369 == int opt(int c, char *s); 372 opt(c, s) function
|
| H A D | main.ih | 10 int opt(int c, char *s);
|
| /PHP_5_4/ext/openssl/ |
| H A D | openssl.mak | 74 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGING -DDKFBPON 79 C_FLAGS += -opt all -inline on -inline smart -inline auto -sym off 80 C_FLAGS += -opt intrinsics -opt level=4 -DZEND_DEBUG=0
|
| /PHP_5_4/ext/pgsql/ |
| H A D | pgsql.mak | 62 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON 67 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics 68 C_FLAGS += -opt level=4 -DZEND_DEBUG=0
|
| H A D | pgsql.c | 5241 if (!(opt & PGSQL_CONV_IGNORE_DEFAULT) && Z_BVAL_PP(has_default)) { \ 5247 else if (!(opt & PGSQL_CONV_IGNORE_NOT_NULL) && Z_BVAL_PP(not_null)) { \ 5256 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, ulong opt TSRMLS_DC) 5268 assert(!(opt & ~PGSQL_CONV_OPTS)); 5466 if (opt & PGSQL_CONV_FORCE_NULL) { 5920 static int do_exec(smart_str *querystr, int expect, PGconn *pg_link, ulong opt TSRMLS_DC) 5922 if (opt & PGSQL_DML_ASYNC) { 5945 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, ulong opt, char **sql TSRMLS_DC) argument 5969 if (!(opt & PGSQL_DML_NO_CONV)) { 5972 if (php_pgsql_convert(pg_link, table, var_array, converted, (opt 6135 php_pgsql_update(PGconn *pg_link, const char *table, zval *var_array, zval *ids_array, ulong opt, char **sql TSRMLS_DC) argument 6244 php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, ulong opt, char **sql TSRMLS_DC) argument 6378 php_pgsql_select(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_array, ulong opt, char **sql TSRMLS_DC) argument [all...] |
| H A D | php_pgsql.h | 202 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, ulong opt TSRMLS_DC); 203 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, ulong opt, char **sql TSRMLS_DC); 204 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, ulong opt , char **sql TSRMLS_DC); 205 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, ulong opt, char **sql TSRMLS_DC); 206 PHP_PGSQL_API int php_pgsql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, ulong opt, char **sql TSRMLS_DC);
|
| /PHP_5_4/ext/xml/ |
| H A D | xml.mak | 64 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGING -DDKFBPON 69 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off 70 C_FLAGS += -opt intrinsics 71 C_FLAGS += -opt level=4 -DZEND_DEBUG=0
|
| H A D | xml.c | 1610 long opt; local 1612 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &pind, &opt, &val) == FAILURE) { 1617 switch (opt) { 1656 long opt; local 1658 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &pind, &opt) == FAILURE) { 1663 switch (opt) {
|
| /PHP_5_4/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtBasicTestCaseFunction.php | 10 public function __construct($opt) { 11 $this->optionalSections = $opt;
|
| H A D | gtBasicTestCaseMethod.php | 8 public function __construct($opt) { 9 $this->optionalSections = $opt;
|
| H A D | gtErrorTestCaseFunction.php | 9 public function __construct($opt) { 10 $this->optionalSections = $opt;
|
| H A D | gtErrorTestCaseMethod.php | 9 public function __construct($opt) { 10 $this->optionalSections = $opt;
|
| H A D | gtVariationTestCaseFunction.php | 12 public function __construct($opt) { 13 $this->optionalSections = $opt;
|
| H A D | gtVariationTestCaseMethod.php | 13 public function __construct($opt) { 14 $this->optionalSections = $opt;
|
| /PHP_5_4/scripts/dev/generate-phpt/tests/ |
| H A D | gtOptionalSectionsTest.php | 13 $opt = new gtOptionalSections(); variable 14 $opt->setOptions($clo); 15 $a = $opt->getOptions(); 27 $opt = new gtOptionalSections(); variable 28 $opt->setOptions($clo); 34 $opt = new gtOptionalSections(); variable 35 $opt->setOptions($clo); 37 $opt = new gtOptionalSections(); variable 38 $opt->setOptions($clo); 40 $this->assertEquals('standard', $opt 47 $opt = new gtOptionalSections(); variable 50 $opt = new gtOptionalSections(); variable [all...] |
| /PHP_5_4/ |
| H A D | server-tests.php | 643 $opt = $argv[$i++][1]; variable 648 switch($opt) { 665 if ($this->xargs[$opt][1] && isset($value)) 666 $this->conf[$this->xargs[$opt][0]] = $value; 667 else if (!$this->xargs[$opt][1]) 668 $this->conf[$this->xargs[$opt][0]] = isset($value)?$value:1; 670 $this->error("Invalid argument setting for argument $opt, should be [{$this->xargs[$opt][1]}]\n");
|
| /PHP_5_4/ext/ldap/ |
| H A D | ldap.mak | 65 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGING -DDKFBPON 70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off 71 C_FLAGS += -opt intrinsics 72 C_FLAGS += -opt level=4 -DZEND_DEBUG=0
|
| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 4235 set_bound_node_opt_info(NodeOptInfo* opt, MinMaxLen* mmd) argument 4237 copy_mml(&(opt->exb.mmd), mmd); 4238 copy_mml(&(opt->expr.mmd), mmd); 4239 copy_mml(&(opt->map.mmd), mmd); 4243 clear_node_opt_info(NodeOptInfo* opt) argument 4245 clear_mml(&opt->len); 4246 clear_opt_anc_info(&opt->anc); 4247 clear_opt_exact_info(&opt->exb); 4248 clear_opt_exact_info(&opt->exm); 4249 clear_opt_exact_info(&opt 4334 optimize_node_left(Node* node, NodeOptInfo* opt, OptEnv* env) argument 4755 NodeOptInfo opt; local [all...] |
| /PHP_5_4/ext/mysql/ |
| H A D | mysql.mak | 65 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON 70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics 71 C_FLAGS += -opt level=4 -DZEND_DEBUG=0
|
| /PHP_5_4/ext/bz2/ |
| H A D | bz2.c | 586 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) argument 610 switch (opt) {
|
| /PHP_5_4/ext/filter/ |
| H A D | filter_private.h | 119 #define PHP_FILTER_GET_LONG_OPT(zv, opt) { \ 124 opt = Z_LVAL(___tmp); \ 126 opt = Z_LVAL_PP(zv); \
|
| /PHP_5_4/ext/mbstring/ |
| H A D | mbstring.c | 3387 int opt, i; local 3407 opt = 0; 3412 opt |= 0x1; 3415 opt |= 0x10; 3418 opt |= 0x2; 3421 opt |= 0x20; 3424 opt |= 0x4; 3427 opt |= 0x40; 3430 opt |= 0x8; 3433 opt | [all...] |
| H A D | php_mbregex.c | 1436 OnigOptionType opt; local 1447 opt = 0; 1449 _php_mb_regex_init_options(string, string_len, &opt, &syntax, NULL); 1450 _php_mb_regex_set_options(opt, syntax, NULL, NULL TSRMLS_CC); 1452 opt = MBREX(regex_default_options); 1455 _php_mb_regex_get_option_string(buf, sizeof(buf), opt, syntax);
|
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.h | 146 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC); 147 PHPAPI int _php_error_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers TSRMLS_DC);
|
| /PHP_5_4/ext/tidy/ |
| H A D | tidy.c | 495 TidyOption opt = tidyGetOptionByName(doc, optname); local 498 if (!opt) { 503 if (tidyOptIsReadOnly(opt)) { 508 switch(tidyOptGetType(opt)) { 514 if (tidyOptSetValue(doc, tidyOptGetId(opt), Z_STRVAL(conv))) { 530 if (tidyOptSetInt(doc, tidyOptGetId(opt), Z_LVAL(conv))) { 540 if (tidyOptSetBool(doc, tidyOptGetId(opt), Z_LVAL(conv))) { 938 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type TSRMLS_DC) argument 940 *type = tidyOptGetType(opt); 944 char *val = (char *) tidyOptGetValue(ptdoc->doc, tidyOptGetId(opt)); 1373 TidyOption opt; local 1422 TidyOption opt = tidyGetNextOption(obj->ptdoc->doc, &itOpt); local 1533 TidyOption opt; local [all...] |