Home
last modified time | relevance | path

Searched refs:arg1 (Results 151 – 175 of 206) sorted by relevance

123456789

/PHP-5.5/ext/standard/
H A Dbasic_functions.c300 ZEND_ARG_INFO(0, arg1)
306 ZEND_ARG_INFO(0, arg1)
1387 ZEND_ARG_INFO(0, arg1)
1398 ZEND_ARG_INFO(0, arg1)
1410 ZEND_ARG_INFO(0, arg1)
1837 ZEND_ARG_INFO(0, arg1)
5894 …zend_symtable_update(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &element, sizeof(zva…
5906 …if (!(Z_STRLEN_P(arg1) > 1 && Z_STRVAL_P(arg1)[0] == '0') && is_numeric_string(Z_STRVAL_P(arg1), Z…
5907 ulong key = (ulong) zend_atol(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1));
5918 …if (zend_hash_find(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, (void **) &find_hash) …
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation27.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation31.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation4.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation4_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dquoted_printable_decode_variation1.phpt17 $arg1 = "second arg";
H A Dsprintf_variation43.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation12.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation37.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation6.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation24.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation41.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation41_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation13.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation32.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation35.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation35_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation44.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation44_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation10.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation16.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation3.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation28.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
/PHP-5.5/ext/spl/
H A Dspl_directory.c426 zval *arg1; in spl_filesystem_object_create_info() local
455 MAKE_STD_ZVAL(arg1); in spl_filesystem_object_create_info()
456 ZVAL_STRINGL(arg1, file_path, file_path_len, use_copy); in spl_filesystem_object_create_info()
458 zval_ptr_dtor(&arg1); in spl_filesystem_object_create_info()
471 zval *arg1, *arg2; in spl_filesystem_object_create_type() local
499 MAKE_STD_ZVAL(arg1); in spl_filesystem_object_create_type()
500 ZVAL_STRINGL(arg1, source->file_name, source->file_name_len, 1); in spl_filesystem_object_create_type()
502 zval_ptr_dtor(&arg1); in spl_filesystem_object_create_type()
521 MAKE_STD_ZVAL(arg1); in spl_filesystem_object_create_type()
523 ZVAL_STRINGL(arg1, source->file_name, source->file_name_len, 1); in spl_filesystem_object_create_type()
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1445 static void fpm_conf_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg TS… in fpm_conf_ini_parser() argument
1449 if (!arg1 || !arg) return; in fpm_conf_ini_parser()
1455 fpm_conf_ini_parser_entry(arg1, arg2, error TSRMLS_CC); in fpm_conf_ini_parser()
1458 fpm_conf_ini_parser_section(arg1, error TSRMLS_CC); in fpm_conf_ini_parser()
1461 fpm_conf_ini_parser_array(arg1, arg3, arg2, error TSRMLS_CC); in fpm_conf_ini_parser()

Completed in 64 milliseconds

123456789