| /PHP_5_3/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_3/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_3/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 | php_pgsql.h | 200 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, ulong opt TSRMLS_DC); 201 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, ulong opt, char **sql TSRMLS_DC); 202 PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, ulong opt , char **sql TSRMLS_DC); 203 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, ulong opt, char **sql TSRMLS_DC); 204 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_3/ext/skeleton/ |
| H A D | create_stubs | 16 opt = optionals[i,j]
|
| /PHP_5_3/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
|
| /PHP_5_3/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_3/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_3/ |
| 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_3/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_3/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_3/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_3/ext/bz2/ |
| H A D | bz2.c | 594 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) argument 618 switch (opt) {
|
| /PHP_5_3/ext/filter/ |
| H A D | filter.c | 771 zval **option, **opt, **def; local 779 zend_hash_find(HASH_OF(*filter_args), "options", sizeof("options"), (void **)&opt) == SUCCESS && 780 Z_TYPE_PP(opt) == IS_ARRAY && 781 zend_hash_find(HASH_OF(*opt), "default", sizeof("default"), (void **)&def) == SUCCESS
|
| H A D | filter_private.h | 117 #define PHP_FILTER_GET_LONG_OPT(zv, opt) { \ 122 opt = Z_LVAL(___tmp); \ 124 opt = Z_LVAL_PP(zv); \
|
| /PHP_5_3/ext/mbstring/ |
| H A D | mbstring.c | 3206 int opt, i; local 3226 opt = 0; 3231 opt |= 0x1; 3234 opt |= 0x10; 3237 opt |= 0x2; 3240 opt |= 0x20; 3243 opt |= 0x4; 3246 opt |= 0x40; 3249 opt |= 0x8; 3252 opt | [all...] |
| H A D | php_mbregex.c | 1372 OnigOptionType opt; local 1383 opt = 0; 1385 _php_mb_regex_init_options(string, string_len, &opt, &syntax, NULL); 1386 _php_mb_regex_set_options(opt, syntax, NULL, NULL TSRMLS_CC); 1388 opt = MBREX(regex_default_options); 1391 _php_mb_regex_get_option_string(buf, sizeof(buf), opt, syntax);
|
| /PHP_5_3/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_3/ext/tidy/ |
| H A D | tidy.c | 499 TidyOption opt = tidyGetOptionByName(doc, optname); local 502 if (!opt) { 507 if (tidyOptIsReadOnly(opt)) { 512 switch(tidyOptGetType(opt)) { 518 if (tidyOptSetValue(doc, tidyOptGetId(opt), Z_STRVAL(conv))) { 534 if (tidyOptSetInt(doc, tidyOptGetId(opt), Z_LVAL(conv))) { 544 if (tidyOptSetBool(doc, tidyOptGetId(opt), Z_LVAL(conv))) { 940 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type TSRMLS_DC) argument 942 *type = tidyOptGetType(opt); 946 char *val = (char *) tidyOptGetValue(ptdoc->doc, tidyOptGetId(opt)); 1325 TidyOption opt; local 1374 TidyOption opt = tidyGetNextOption(obj->ptdoc->doc, &itOpt); local 1485 TidyOption opt; local [all...] |