Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...23

/PHP-7.4/ext/reflection/tests/
H A DReflectionGenerator_basic.phpt49 ["args"]=>
/PHP-7.4/ext/soap/tests/
H A Dbug77088.phpt48 ["args"]=>
/PHP-7.4/ext/dom/tests/
H A Ddom_set_attr_node.phpt61 ["args"]=>
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_basic2.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic4.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic5.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic6.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic7.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_error4.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
H A Dvprintf_basic3.phpt5 /* Prototype : string vprintf(string $format , array $args)
H A Dvfprintf_basic1.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_error3.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
H A Dvprintf_basic9.phpt5 /* Prototype : string vprintf(string $format , array $args)
H A Dsprintf_variation53.phpt27 // initializing the args array
H A Dvfprintf_basic3.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
/PHP-7.4/ext/json/tests/
H A Djson_encode_exceptions.phpt44 ["args"]=>
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c202 if (Z_ISREF(args[i])) { in mysqli_stmt_bind_param_do_bind()
203 param = Z_REFVAL(args[i]); in mysqli_stmt_bind_param_do_bind()
205 param = &args[i]; in mysqli_stmt_bind_param_do_bind()
253 ZVAL_COPY(&stmt->param.vars[i], &args[i+start]); in mysqli_stmt_bind_param_do_bind()
306 ZVAL_COPY_VALUE(&params[i].zv, &args[i + start]); in mysqli_stmt_bind_param_do_bind()
321 zval *args; in PHP_FUNCTION() local
367 args = safe_emalloc(argc, sizeof(zval), 0); in PHP_FUNCTION()
377 efree(args); in PHP_FUNCTION()
558 ZVAL_COPY(&stmt->result.vars[i], &args[i]); in mysqli_stmt_bind_result_do_bind()
573 ZVAL_COPY_VALUE(&params[i].zv, &args[i]); in mysqli_stmt_bind_result_do_bind()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_keys_error.phpt11 var_dump(array_keys(array(), "", TRUE, 100)); // args > expected
/PHP-7.4/ext/intl/tests/
H A Dformatter_fail.phpt38 $args = array(
58 foreach($args as $arg) {
H A Dbug75317.phpt23 // test constructor args
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error2.phpt21 // more than expected no. of args
36 /* loop to test ftell with different invalid type of args */
H A Dfseek_ftell_rewind_error3.phpt21 // more than expected no. of args
36 /* loop to test rewind with different invalid type of args */
H A Dfseek_ftell_rewind_error1.phpt21 // unexpected no. of args
37 /* loop to test fseek() with different invalid type of args */
/PHP-7.4/Zend/tests/
H A Dobject_handlers.phpt16 function __call($func, $args) {
19 static function __callStatic($func, $args) {
/PHP-7.4/ext/ffi/
H A Dffi.c120 HashTable *args; member
919 arg_count = type->func.args ? zend_hash_num_elements(type->func.args) : 0; in zend_ffi_create_callback()
938 if (type->func.args) { in zend_ffi_create_callback()
3007 …|| ((old->func.args ? zend_hash_num_elements(old->func.args) : 0) != (type->func.args ? zend_hash_… in zend_ffi_same_types()
6033 if (args) {
6055 args = NULL;
6085 if (args) {
6146 if (args) {
6155 type->func.args = args;
6167 if (!*args) {
[all …]

Completed in 62 milliseconds

1...<<11121314151617181920>>...23