/PHP-5.3/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtBasicTestCaseFunction.php | 10 public function __construct($opt) {
|
H A D | gtBasicTestCaseMethod.php | 8 public function __construct($opt) {
|
H A D | gtErrorTestCaseFunction.php | 9 public function __construct($opt) {
|
H A D | gtErrorTestCaseMethod.php | 9 public function __construct($opt) {
|
H A D | gtVariationTestCaseFunction.php | 12 public function __construct($opt) {
|
H A D | gtVariationTestCaseMethod.php | 13 public function __construct($opt) {
|
/PHP-5.3/ext/tidy/ |
H A D | tidy.c | 499 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local 940 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type TSRMLS_DC) in php_tidy_get_opt_val() 1325 TidyOption opt; in PHP_FUNCTION() local 1374 TidyOption opt = tidyGetNextOption(obj->ptdoc->doc, &itOpt); in PHP_FUNCTION() local 1485 TidyOption opt; in PHP_FUNCTION() local
|
/PHP-5.3/ext/filter/ |
H A D | filter_private.h | 117 #define PHP_FILTER_GET_LONG_OPT(zv, opt) { \ argument
|
H A D | filter.c | 771 zval **option, **opt, **def; in PHP_FUNCTION() local
|
/PHP-5.3/ext/ereg/regex/ |
H A D | main.c | 372 opt(c, s) in opt() function
|
/PHP-5.3/sapi/continuity/ |
H A D | capi.c | 458 int phpFinit(lstTset * opt) in phpFinit()
|
/PHP-5.3/ext/standard/ |
H A D | basic_functions.c | 4252 char opt[2] = { '\0' }; local 4680 char *message, *opt = NULL, *headers = NULL; local 4708 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC) /* {{{ */ 4714 PHPAPI int _php_error_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers …
|
H A D | string.c | 1465 long opt = PHP_PATHINFO_ALL; local
|
/PHP-5.3/ext/bz2/ |
H A D | bz2.c | 594 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error()
|
/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd_net.c | 705 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
|
H A D | mysqlnd.h | 228 #define mysqlnd_options(conn, opt, value) (conn)->m->set_client_option((conn), (opt), (value) TSRML… argument
|
/PHP-5.3/ext/xml/ |
H A D | xml.c | 1720 long opt; in PHP_FUNCTION() local 1766 long opt; in PHP_FUNCTION() local
|
/PHP-5.3/ext/pgsql/ |
H A D | pgsql.c | 5853 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, ulong opt, … 6043 …e(PGconn *pg_link, const char *table, zval *var_array, zval *ids_array, ulong opt, char **sql TSRM… 6152 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, ulong opt, … 6289 …t(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_array, ulong opt, char **sql TSRM…
|
/PHP-5.3/ext/pdo/ |
H A D | pdo_dbh.c | 512 zval *options = NULL, **opt, **item, *ctor_args; in PHP_METHOD() local
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 4235 set_bound_node_opt_info(NodeOptInfo* opt, MinMaxLen* mmd) in set_bound_node_opt_info() 4243 clear_node_opt_info(NodeOptInfo* opt) in clear_node_opt_info() 4334 optimize_node_left(Node* node, NodeOptInfo* opt, OptEnv* env) in optimize_node_left() 4755 NodeOptInfo opt; in set_optimize_info_from_tree() local
|
/PHP-5.3/ext/mbstring/ |
H A D | php_mbregex.c | 1372 OnigOptionType opt; in PHP_FUNCTION() local
|
H A D | mbstring.c | 3206 int opt, i; in PHP_FUNCTION() local
|
/PHP-5.3/ext/zip/ |
H A D | php_zip.c | 362 long opt; in php_zip_parse_options() local 1390 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info()
|
/PHP-5.3/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 526 long opt; in PHP_INI_END() local
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 12108 #define CTIMEOPT_VAL_(opt) #opt argument 12109 #define CTIMEOPT_VAL(opt) CTIMEOPT_VAL_(opt) argument
|