Home
last modified time | relevance | path

Searched refs:it (Results 301 – 325 of 1011) sorted by relevance

1...<<11121314151617181920>>...41

/php-src/Zend/tests/type_declarations/
H A Dscalar_reserved4.phpt9 Fatal error: Cannot use 'string' as class name as it is reserved in %s on line %d
H A Dscalar_reserved6.phpt9 Fatal error: Cannot use 'bool' as class name as it is reserved in %s on line %d
H A Dscalar_relative_typehint_disallowed.phpt14 Fatal error: Cannot use 'bar\int' as class name as it is reserved in %s on line %d
H A Dscalar_reserved7.phpt10 Fatal error: Cannot use 'int' as class name as it is reserved in %s on line %d
/php-src/Zend/tests/
H A Derrmsg_035.phpt12 Fatal error: Cannot use 'self' as interface name, as it is reserved in %s on line %d
H A Derrmsg_036.phpt12 Fatal error: Cannot use 'parent' as interface name, as it is reserved in %s on line %d
H A Dlsb_006.phpt12 Fatal error: Cannot use 'static' as class name, as it is reserved in %s on line %d
H A Dlsb_007.phpt12 Fatal error: Cannot use 'static' as interface name, as it is reserved in %s on line %d
H A Ddynamic_call_008.phpt2 Don't optimize dynamic call to non-dynamic one if it drops the warning
H A Derrmsg_030.phpt12 Fatal error: Cannot use 'self' as class name, as it is reserved in %s on line %d
H A Derrmsg_031.phpt12 Fatal error: Cannot use 'parent' as class name, as it is reserved in %s on line %d
/php-src/ext/standard/tests/array/
H A Darray_shift_variation8.phpt9 * it will return a *copy* of the first element of the array,
11 * The solution is to reference the first element before removing it with array_shift():
/php-src/tests/lang/
H A DforeachLoop.010.phpt21 // Consequently, $a thinks it is still referenced, and foreach will operate on the array itself.
23 // iterating over it.
H A Dbug20175.phpt11 * foo_global() increments global variable $foo_count whenever it is executed.
12 * When foo_static() is called it checks for the static variable $foo_value
90 * When another oop_test instance is created it must reuse the statically
92 * since it will be created only once for all instances of oop_test.
H A Dbug24396.phpt9 global $$k; // comment this out and it works in PHP 7 too..
/php-src/ext/sysvmsg/tests/
H A D004.phpt17 echo "Set uid:\n"; // same as the running user to make it succeed
23 echo "Set gid:\n"; // same as the running user to make it succeed
/php-src/tests/classes/
H A Dproperty_recreate_protected.phpt33 echo "\nUnset a protected property, and attempt to recreate it outside of scope (expected failure):…
51 Unset a protected property, and attempt to recreate it outside of scope (expected failure):
/php-src/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation5.phpt12 /* Variation 5 : Creating link, deleting it and checking linkinfo(), is_link() on it */
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_cp1251.phpt56 /*--CLEAN-- section were the right place, but it won't accept default_charset ATM, it seems. */
/php-src/ext/phar/tests/
H A D024-opcache-win32.phpt43 $it = new RecursiveIteratorIterator(
46 foreach ($it as $fi) {
/php-src/sapi/phpdbg/tests/
H A Dphpdbg_oplog_002.phpt9 Warning: Cannot end an oplog without starting it in %s on line 3
/php-src/.github/ISSUE_TEMPLATE/
H A Dfeature_request.yml8 description: "Please describe the requested feature and why it should be included in PHP."
/php-src/ext/mbstring/tests/
H A Dbug72402.phpt12 throw new Exception('it');
/php-src/ext/spl/tests/
H A DDirectoryIterator_empty_constructor.phpt9 $it = new DirectoryIterator("");
/php-src/ext/spl/
H A Dspl_observer.c1191 zend_object *it = element->obj; in PHP_METHOD() local
1192 zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_rewind, it, NULL); in PHP_METHOD()
1212 zend_object *it = element->obj; in PHP_METHOD() local
1213 zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_next, it, NULL); in PHP_METHOD()
1241 zend_object *it = element->obj; in PHP_METHOD() local
1242 zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_valid, it, &retval); in PHP_METHOD()
1279 zend_object *it = element->obj; in spl_multiple_iterator_get_all() local
1280 zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_valid, it, &retval); in spl_multiple_iterator_get_all()
1291 …zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_current, it, &retval); in spl_multiple_iterator_get_all()
1293 zend_call_known_instance_method_with_0_params(it->ce->iterator_funcs_ptr->zf_key, it, &retval); in spl_multiple_iterator_get_all()

Completed in 28 milliseconds

1...<<11121314151617181920>>...41