Home
last modified time | relevance | path

Searched refs:it (Results 226 – 250 of 982) sorted by relevance

12345678910>>...40

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt57 …// mysqli_num_rows() failed to fetch the result set and the PHP parameter check makes it return NU…
58 …// mysqli_stmt_numrows() has a valid resource to work on and it will return int/0 instead. No bug,…
87 Because it is undefined it is allowed to the mysqlnd DEVELOPER to implement
93 not rely on it.
/PHP-7.4/Zend/tests/
H A Dlist_011.phpt2 Disallow list() usage as if it were an array
H A Dbug69532.phpt2 Bug #69532: array_multisort is chocking when using it's own constants
H A Dspecial_name_error3.phpt10 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Dinter_05.phpt10 Fatal error: a cannot implement Exception - it is not an interface in %s on line %d
H A Dobjects_012.phpt15 Fatal error: bar cannot implement foo - it is not an interface in %s on line %d
H A Dvm_stack_with_arg_extend.phpt2 Ensure valid vm_stack even when it needed to be copied to a new page
H A Derrmsg_028.phpt12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_029.phpt12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
/PHP-7.4/ext/filter/tests/
H A Dbug44779.phpt2 Bug #44779 (filter returns NULL in CLI when it shouldn't)
/PHP-7.4/ext/spl/tests/
H A Diterator_062.phpt12 $it = new myRecursiveIteratorIterator();
H A Dbug38618.phpt39 $it = new RecursiveArrayIterator($array, $flags);
40 foreach (new RecursiveIteratorIterator($it) as $k => $fruit) {
H A Diterator_067.phpt9 $it = new myAppendIterator();
/PHP-7.4/ext/standard/tests/misc/
H A Dbug79410.phpt2 Bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c627 uint32_t it = 0; in phpdbg_stack_resolve() local
630 while (it < matches) { in phpdbg_stack_resolve()
632 list = emalloc(matched[it]->name_len + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0)); in phpdbg_stack_resolve()
634 …list = erealloc(list, (pos + matched[it]->name_len) + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0… in phpdbg_stack_resolve()
636 memcpy(&list[pos], matched[it]->name, matched[it]->name_len); in phpdbg_stack_resolve()
637 pos += matched[it]->name_len; in phpdbg_stack_resolve()
638 if ((it + 1) < matches) { in phpdbg_stack_resolve()
644 it++; in phpdbg_stack_resolve()
/PHP-7.4/ext/phar/tests/tar/
H A Dtar_gzip.phpt27 var_dump("it worked");
48 string(9) "it worked"
H A Dtar_bz2.phpt30 var_dump("it worked");
57 string(9) "it worked"
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in1 # It's not recommended to modify this file in-place, because it
24 # such as /dev/null, /dev/zero or /dev/random (as well as the pseudo TTY subsystem) to it,
36 # sysctl.d(5) mechanism. Almost no services need to write to these at runtime; it is hence
42 # require write access to the control groups hierarchies; it is hence recommended to turn this on
/PHP-7.4/ext/posix/tests/
H A Dposix_setegid_basic.phpt2 Test function posix_setegid() by calling it with its expected arguments
/PHP-7.4/ext/pcre/tests/
H A Dbug52732.phpt2 Bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
/PHP-7.4/Zend/tests/traits/
H A Derror_008.phpt12 Fatal error: foo cannot implement abc - it is not an interface in %s on line %d
H A Derror_003.phpt15 Fatal error: A cannot use abc - it is not a trait in %s on line %d
H A Derror_004.phpt15 Fatal error: A cannot use abc - it is not a trait in %s on line %d
/PHP-7.4/tests/classes/
H A Dinterface_class.phpt12 Fatal error: derived cannot implement base - it is not an interface in %s on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Dmetaphone.phpt18 "And then it was gone, flying back to Mordor with the speed of the wrath of Sauron; and behind it t…

Completed in 32 milliseconds

12345678910>>...40