Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...24

/PHP-7.3/ext/standard/tests/math/
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
H A Dabs_variation.phpt2 Test abs() function : usage variations - different data types as $number arg
H A Ddecbin_variation1.phpt2 Test decbin() function : usage variations - different data types as $number arg
H A Ddecbin_variation1_64bit.phpt2 Test decbin() function : usage variations - different data types as $number arg
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-7.3/ext/fileinfo/tests/
H A Dfinfo_open_error.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dst.c487 st_foreach(table, func, arg) in st_foreach() argument
490 st_data_t arg;
499 retval = (*func)(ptr->key, ptr->record, arg);
/PHP-7.3/main/streams/
H A Dtransports.c44 #define ERR_REPORT(out_err, fmt, arg) \ argument
45 if (out_err) { *out_err = strpprintf(0, fmt, arg); } \
46 else { php_error_docref(NULL, E_WARNING, fmt, arg); }
/PHP-7.3/Zend/
H A Dzend_llist.c229 …API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void *arg) in zend_llist_apply_with_argument() argument
234 func(element->data, arg); in zend_llist_apply_with_argument()
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
/PHP-7.3/ext/phar/tests/tar/
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, tar-based phar
/PHP-7.3/ext/phar/tests/zip/
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, zip-based phar
/PHP-7.3/ext/intl/tests/
H A Dbreakiter_following_preceding_isBoundary_error.phpt2 IntlBreakIterator::following()/preceding()/isBoundary(): arg errors
H A Ddateformat_create_cal_arg.phpt2 IntlDateFormatter: several forms of the calendar arg
H A Ddateformat_timezone_arg_variations2.phpt2 IntlDateFormatter: several forms of the timezone arg
H A Ddateformat_timezone_arg_variations3.phpt2 IntlDateFormatter: several forms of the timezone arg
H A Ddateformat_create_cal_arg_variant3.phpt2 IntlDateFormatter: several forms of the calendar arg
H A Ddateformat_create_cal_arg_variant4.phpt2 IntlDateFormatter: several forms of the calendar arg
H A Ddateformat_create_cal_arg_variant5.phpt2 IntlDateFormatter: several forms of the calendar arg
/PHP-7.3/ext/standard/tests/array/
H A Darray_slice_variation6.phpt2 Test array_slice() function : usage variations - pass different int values as $length arg
H A Darray_push_variation2.phpt2 Test array_push() function : usage variations - Pass different data types as $var arg
H A Darray_slice_variation3.phpt2 Test array_slice() function : usage variations - Pass different data types as $length arg
/PHP-7.3/Zend/tests/
H A Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_frame.c30 …nline void phpdbg_append_individual_arg(smart_str *s, uint32_t i, zend_function *func, zval *arg) { in ZEND_EXTERN_MODULE_GLOBALS()
49 char *arg_print = phpdbg_short_zval_print(arg, 40); in ZEND_EXTERN_MODULE_GLOBALS()

Completed in 37 milliseconds

1...<<11121314151617181920>>...24