/PHP-5.4/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.4/ext/tidy/ |
H A D | tidy.c | 495 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local 938 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type TSRMLS_DC) in php_tidy_get_opt_val() 1373 TidyOption opt; in PHP_FUNCTION() local 1422 TidyOption opt = tidyGetNextOption(obj->ptdoc->doc, &itOpt); in PHP_FUNCTION() local 1533 TidyOption opt; in PHP_FUNCTION() local
|
/PHP-5.4/ext/filter/ |
H A D | filter_private.h | 119 #define PHP_FILTER_GET_LONG_OPT(zv, opt) { \ argument
|
H A D | filter.c | 756 zval **option, **opt, **def; in PHP_FUNCTION() local
|
/PHP-5.4/ext/ereg/regex/ |
H A D | main.c | 372 opt(c, s) in opt() function
|
/PHP-5.4/sapi/continuity/ |
H A D | capi.c | 457 int phpFinit(lstTset * opt) in phpFinit()
|
/PHP-5.4/ext/standard/ |
H A D | basic_functions.c | 4191 char opt[2] = { '\0' }; local 4627 char *message, *opt = NULL, *headers = NULL; local 4649 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC) /* {{{ */ 4655 PHPAPI int _php_error_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers …
|
H A D | string.c | 1551 long opt = PHP_PATHINFO_ALL; local
|
/PHP-5.4/ext/bz2/ |
H A D | bz2.c | 592 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error()
|
/PHP-5.4/ext/xml/ |
H A D | xml.c | 1620 long opt; in PHP_FUNCTION() local 1666 long opt; in PHP_FUNCTION() local
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_net.c | 767 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
|
H A D | mysqlnd.h | 209 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument
|
/PHP-5.4/ext/pdo/ |
H A D | pdo_dbh.c | 517 zval *options = NULL, **opt, **item, *ctor_args; in PHP_METHOD() local
|
/PHP-5.4/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.4/ext/pgsql/ |
H A D | pgsql.c | 6154 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *var_array, ulong opt, … 6344 …e(PGconn *pg_link, const char *table, zval *var_array, zval *ids_array, ulong opt, char **sql TSRM… 6453 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids_array, ulong opt, … 6587 …t(PGconn *pg_link, const char *table, zval *ids_array, zval *ret_array, ulong opt, char **sql TSRM…
|
/PHP-5.4/ext/mbstring/ |
H A D | php_mbregex.c | 1436 OnigOptionType opt; in PHP_FUNCTION() local
|
H A D | mbstring.c | 3387 int opt, i; in PHP_FUNCTION() local
|
/PHP-5.4/ext/zip/ |
H A D | php_zip.c | 353 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.4/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 526 long opt; in PHP_INI_END() local
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 14084 #define CTIMEOPT_VAL_(opt) #opt argument 14085 #define CTIMEOPT_VAL(opt) CTIMEOPT_VAL_(opt) argument
|