Home
last modified time | relevance | path

Searched refs:args (Results 551 – 560 of 560) sorted by relevance

1...<<212223

/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation10.phpt79 var_dump( fgetcsv($file_handle) ); // with default args
/PHP-7.4/Zend/
H A Dzend_hash.h149 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key);
H A Dzend_builtin_functions.c206 ZEND_ARG_INFO(0, args)
H A Dzend_vm_execute.h1874 zval *args; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
1901 SEPARATE_ARRAY(args); in ZEND_SEND_UNPACK_SPEC_HANDLER()
1902 ht = Z_ARRVAL_P(args); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2010 args = Z_REFVAL_P(args); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2027 zval *args; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
2034 args = Z_REFVAL_P(args); in ZEND_SEND_ARRAY_SPEC_HANDLER()
2056 ht = Z_ARRVAL_P(args); in ZEND_SEND_ARRAY_SPEC_HANDLER()
2760 zend_array *args = NULL; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
2773 args = zend_new_array(num_args); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
2775 ZEND_HASH_FILL_PACKED(args) { in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation12.phpt2 Test strcspn() function : usage variations - with varying start and len args
H A Dstrspn_variation12.phpt2 Test strspn() function : usage variations - with varying start and len args
/PHP-7.4/ext/gd/
H A Dgd.c1078 void php_gd_error_method(int type, const char *format, va_list args) in php_gd_error_method() argument
1095 php_verror(NULL, "", type, format, args); in php_gd_error_method()
/PHP-7.4/
H A DNEWS1518 . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
1782 . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます24637 # def name(*args, **kwargs):
25185 # def name (args)
H A Dmagic24637 # def name(*args, **kwargs):
25185 # def name (args)

Completed in 316 milliseconds

1...<<212223