/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | 008.phpt | 7 // this checks f,g,G conversion for snprintf/spprintf
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fscanf_variation24.phpt | 149 string(1) "f" 224 string(1) "f" 299 string(1) "f" 374 string(1) "f" 443 string(1) "f" 518 string(1) "f" 644 string(1) "f" 713 string(1) "f"
|
H A D | realpath_cache.phpt | 22 %s(%f)
|
/PHP-7.4/ext/standard/ |
H A D | crypt_freesec.c | 465 uint32_t f, r48l, r48r, saltbits; in do_des() local 532 f = (r48l ^ r48r) & saltbits; in do_des() 533 r48l ^= f ^ *kl++; in do_des() 534 r48r ^= f ^ *kr++; in do_des() 539 f = psbox[0][m_sbox[0][r48l >> 12]] in do_des() 546 f ^= l; in do_des() 548 r = f; in do_des() 551 l = f; in do_des()
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | funcs.c | 85 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core() argument 99 vspprintf(&buf, 0, f, va); in file_error_core() 118 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() argument 121 va_start(va, f); in file_error() 122 file_error_core(ms, error, f, va, 0); in file_error() 131 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror() argument 134 va_start(va, f); in file_magerror() 135 file_error_core(ms, 0, f, va, ms->line); in file_magerror()
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_com.c | 479 int php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref() argument 489 if (!f) { in php_com_do_invoke_byref() 493 hr = php_com_get_id_of_name(obj, f->function_name->val, f->function_name->len, &dispid); in php_com_do_invoke_byref() 498 spprintf(&msg, 0, "Unable to lookup `%s': %s", f->function_name->val, winerr); in php_com_do_invoke_byref() 510 if (f->arg_info) { in php_com_do_invoke_byref() 512 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref() 521 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref() 565 if (f && f->arg_info) { in php_com_do_invoke_byref() 568 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref()
|
/PHP-7.4/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_008w.phpt | 11 function __construct($s, $i, $f) { 14 $this->varFloat = $f;
|
H A D | r4_groupI_xsd_009w.phpt | 11 function __construct($s, $i, $f) { 14 $this->varFloat = $f;
|
H A D | r4_groupI_xsd_019w.phpt | 11 function __construct($s, $i, $f) { 14 $this->varFloat = $f;
|
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/ |
H A D | r3_groupD_doclitparams_003w.phpt | 11 function __construct($s, $i, $f) { 14 $this->varFloat = $f;
|
/PHP-7.4/ext/oci8/tests/ |
H A D | connect_scope2.phpt | 28 function f() 41 $s2 = f();
|
H A D | connect_scope1.phpt | 28 function f() 41 $s2 = f();
|
/PHP-7.4/ext/opcache/tests/ |
H A D | optimize_func_calls.phpt | 26 $f = "a"; 44 foo($f($a));
|
H A D | preload_dynamic_function.phpt | 15 var_dump(function_exists("f"));
|
/PHP-7.4/ext/reflection/tests/ |
H A D | bug26695.phpt | 10 function demo(foo $f) {
|
/PHP-7.4/Zend/tests/ |
H A D | bug49866.phpt | 7 $b = "f";
|
H A D | bug71474.phpt | 7 $a = $b = $c = $d = $e = $f = 1;
|
H A D | const_dereference_002.phpt | 17 string(1) "f"
|
H A D | concat_002.phpt | 12 $result = 'f';
|
/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller16.phar | 12 �P���f*�|��ݕP-7�V�JGBMB
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | frontcontroller16.phar | 12 �P���f*�|��ݕP-7�V�JGBMB
|
/PHP-7.4/ext/openssl/tests/ |
H A D | bug54060.phpt | 9 r7-89437 r892374 r894372 r894 7289r7 f frwerfh i iurf iuryw uyrfouiwy ruy
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | htmlentities20.phpt | 128 0007F: 7f 7f 184 0007F: 7f 7f
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_real_query.phpt | 67 mysqli_real_query($link, 'DROP FUNCTION IF EXISTS f'); 68 …if (mysqli_real_query($link, 'CREATE FUNCTION f( ver_param VARCHAR(25)) RETURNS VARCHAR(25) DETERM… 70 mysqli_real_query($link, 'SELECT f(VERSION()) AS f_version'); 102 @mysqli_query($link, "DROP FUNCTION IF EXISTS f");
|
/PHP-7.4/ext/spl/tests/ |
H A D | SplDoublyLinkedList_lifoMode.phpt | 11 $list->push('f');
|