Home
last modified time | relevance | path

Searched refs:arg (Results 351 – 375 of 467) sorted by relevance

1...<<111213141516171819

/php-src/sapi/litespeed/
H A Dlsapi_main.c202 void * arg ) in add_variable() argument
204 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable()
210 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
781 void * arg ) in alter_ini() argument
1653 void * arg ) in add_associate_array() argument
1655 add_assoc_string_ex((zval *)arg, (char *)pKey, keyLen, (char *)pValue); in add_associate_array()
/php-src/ext/mbstring/tests/
H A Dmb_substr_variation4.phpt2 Test mb_substr() function : usage variations - pass different integers to $start arg
H A Dmb_substr_variation5.phpt2 Test mb_substr() function : usage variations - pass different integers to $length arg
H A Dmb_substr_variation6.phpt2 Test mb_substr() function : usage variations - pass different integers to $start arg
H A Dmb_substr_variation7.phpt2 Test mb_substr() function : usage variations - pass different integers to $length arg
/php-src/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S137 # pass transfer_t as first arg in context function
H A Djump_loongarch64_sysv_elf_gas.S106 # pass transfer_t as first arg in context function
H A Djump_arm64_aapcs_pe_armasm.asm121 ; pass transfer_t as first arg in context function
H A Djump_mips32_o32_elf_gas.S109 # pass transfer_t as first arg in context function
/php-src/ext/standard/tests/class_object/
H A Dis_a_variation_001.phpt2 Test is_a() function : usage variations - wrong type for arg 1
H A Dis_subclass_of_variation_001.phpt2 Test is_subclass_of() function : usage variations - unexpected type for arg 1
/php-src/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt2 Test array_key_exists() function : usage variations - Pass different data types as $key arg
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c112 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg);
510 …nv_var(const char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) /* {{{ */ in cgi_php_load_env_var() argument
512 zval *array_ptr = (zval *) arg; in cgi_php_load_env_var()
522 …nv_var_unfilterd(const char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) in cgi_php_load_env_var_unfilterd() argument
524 zval *array_ptr = (zval *) arg; in cgi_php_load_env_var_unfilterd()
1387 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /*… in fastcgi_ini_parser() argument
1389 int *mode = (int *)arg; in fastcgi_ini_parser()
/php-src/Zend/tests/
H A Dclosure_061.phpt8 function func($arg) { }
12 public static function staticMethod($arg) {}
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h191 # define ZEND_OPCODE_TAIL_CALL_EX(handler, arg) do { \ argument
192 handler(arg ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC); \
213 # define ZEND_OPCODE_TAIL_CALL_EX(handler, arg) do { \ argument
214 return handler(arg ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC); \
/php-src/Zend/
H A Dzend_vm_execute.h2246 zval *arg, *top; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
2523 arg = Z_REFVAL_P(arg); in ZEND_SEND_ARRAY_SPEC_HANDLER()
2575 arg = Z_REFVAL_P(arg); in ZEND_SEND_ARRAY_SPEC_HANDLER()
24923 ZVAL_NULL(arg); in ZEND_SEND_VAR_SPEC_VAR_CONST_HANDLER()
24974 ZVAL_NEW_REF(arg, arg); in ZEND_SEND_VAR_NO_REF_SPEC_VAR_CONST_HANDLER()
25025 ZVAL_NEW_REF(arg, arg); in ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_CONST_HANDLER()
25118 ZVAL_NULL(arg); in ZEND_SEND_VAR_EX_SPEC_VAR_CONST_HANDLER()
29373 ZVAL_NULL(arg); in ZEND_SEND_VAR_SPEC_VAR_UNUSED_HANDLER()
29424 ZVAL_NEW_REF(arg, arg); in ZEND_SEND_VAR_NO_REF_SPEC_VAR_UNUSED_HANDLER()
29475 ZVAL_NEW_REF(arg, arg); in ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_UNUSED_HANDLER()
[all …]
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc177 $arg = $mode.$lock;
178 echo 'Mode parameter is "', $arg, '":', \PHP_EOL;
179 $db = dba_open($db_name, $arg, $handler);
/php-src/ext/standard/tests/file/
H A Drename_variation12.phpt11 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Drename_variation12-win32.phpt11 /* Creating unique files in various dirs by passing relative paths to $dir arg */
/php-src/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt2 Test getimagesize() function : usage variations - unexpected type for arg 2
/php-src/build/
H A Dgen_stub.php1330 foreach ($this->args as $arg) {
1331 if ($arg->defaultValue && !$arg->hasProperDefaultValue()) {
1543 foreach ($this->args as $arg) {
1544 $arg->type = null;
1545 $arg->defaultValue = null;
1546 $arg->attributes = [];
1818 foreach ($this->args as $arg) {
2093 foreach ($this->args as $arg) {
2099 if ($arg->isVariadic) {
3105 foreach ($this->args as $i => $arg) {
[all …]
/php-src/ext/standard/tests/math/
H A Dhexdec_variation1.phpt2 Test hexdec() function : usage variations - different data types as $number arg
H A Dhexdec_variation1_64bit.phpt2 Test hexdec() function : usage variations - different data types as $number arg
/php-src/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt2 … floatval() and its alias doubleval() functions : usage variations - different data types as $y arg
/php-src/ext/standard/tests/strings/
H A Dstr_repeat.phpt32 str_repeat($input[0], -1); // Invalid arg for multiplier

Completed in 264 milliseconds

1...<<111213141516171819