Home
last modified time | relevance | path

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

123456789

/PHP-7.2/ext/mbstring/
H A Dmbstring.c1927 zval *arg1 = NULL; in PHP_FUNCTION() local
1933 if (!arg1) { in PHP_FUNCTION()
1945 switch (Z_TYPE_P(arg1)) { in PHP_FUNCTION()
2002 zval *arg1 = NULL; in PHP_FUNCTION() local
2008 if (!arg1) { in PHP_FUNCTION()
2021 switch (Z_TYPE_P(arg1)) { in PHP_FUNCTION()
2023 if (strncasecmp("none", Z_STRVAL_P(arg1), Z_STRLEN_P(arg1)) == 0) { in PHP_FUNCTION()
2025 } else if (strncasecmp("long", Z_STRVAL_P(arg1), Z_STRLEN_P(arg1)) == 0) { in PHP_FUNCTION()
2027 } else if (strncasecmp("entity", Z_STRVAL_P(arg1), Z_STRLEN_P(arg1)) == 0) { in PHP_FUNCTION()
2030 convert_to_long_ex(arg1); in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation22.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation27.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dquoted_printable_decode_variation1.phpt17 $arg1 = "second arg";
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_variation43.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation4_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation12.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_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_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_variation10.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation13.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_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 ...]])
/PHP-7.2/ext/standard/
H A Dstreamsfuncs.c1408 zval *arg1; in PHP_FUNCTION() local
1415 Z_PARAM_RESOURCE(arg1) in PHP_FUNCTION()
1419 php_stream_from_zval(stream, arg1); in PHP_FUNCTION()
1473 zval *arg1; in PHP_FUNCTION() local
1480 Z_PARAM_RESOURCE(arg1) in PHP_FUNCTION()
1484 php_stream_from_zval(stream, arg1); in PHP_FUNCTION()
/PHP-7.2/ext/spl/
H A Dspl_directory.c437 zval arg1; in spl_filesystem_object_create_info() local
466 ZVAL_STRINGL(&arg1, file_path, file_path_len); in spl_filesystem_object_create_info()
467 zend_call_method_with_1_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1); in spl_filesystem_object_create_info()
468 zval_ptr_dtor(&arg1); in spl_filesystem_object_create_info()
481 zval arg1, arg2; in spl_filesystem_object_create_type() local
511 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
512 zend_call_method_with_1_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1); in spl_filesystem_object_create_type()
513 zval_ptr_dtor(&arg1); in spl_filesystem_object_create_type()
535 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
537 …zend_call_method_with_2_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1, &ar… in spl_filesystem_object_create_type()
[all …]

Completed in 57 milliseconds

123456789