Home
last modified time | relevance | path

Searched refs:of (Results 326 – 350 of 4989) sorted by relevance

1...<<11121314151617181920>>...200

/PHP-8.3/ext/standard/tests/file/
H A D007_variation13.phpt25 var_dump($file_handle); //Check for the content of handle
26 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
33 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
37 var_dump( file_exists($file) ); //Check for the existence of file
45 resource(%d) of type (stream)
49 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation8.phpt18 var_dump($file_handle); //Check for the content of handle
19 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
22 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
25 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
36 resource(%d) of type (stream)
H A Dfgetcsv_variation6.phpt593 string(2) "of"
623 string(2) "of"
653 string(2) "of"
683 string(2) "of"
713 string(2) "of"
743 string(2) "of"
773 string(2) "of"
803 string(2) "of"
833 string(2) "of"
863 string(2) "of"
[all …]
H A Dfgetcsv_variation17.phpt588 string(2) "of"
618 string(2) "of"
648 string(2) "of"
678 string(2) "of"
708 string(2) "of"
738 string(2) "of"
768 string(2) "of"
798 string(2) "of"
828 string(2) "of"
858 string(2) "of"
[all …]
H A D007_variation1.phpt20 var_dump($file_handle); //Check for the content of handle
21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
22 var_dump( ftell($file_handle) ); //Initial position of file pointer
34 resource(%d) of type (stream)
38 line of text
41 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation17.phpt20 var_dump($file_handle); //Check for the content of handle
21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
22 var_dump( ftell($file_handle) ); //Initial position of file pointer
34 resource(%d) of type (stream)
38 line of text
41 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation9.phpt20 var_dump($file_handle); //Check for the content of handle
21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
22 var_dump( ftell($file_handle) ); //Initial position of file pointer
34 resource(%d) of type (stream)
38 line of text
41 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dcopy_variation14.phpt5 /* Test copy(): Trying to create a copy of non-existing source in an existing destination
10 echo "*** Test copy() function: Trying to create a copy of non-existing source in existing destinat…
19 echo "\n*** Test copy() function: Trying to create copy of an existing source in non-existing desti…
22 var_dump( filesize($file) ); //size of the source
31 *** Test copy() function: Trying to create a copy of non-existing source in existing destination ***
36 *** Test copy() function: Trying to create copy of an existing source in non-existing destination *…
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_097.phpt75 Cannot decrement property Test::$foo of type int past its minimal value
77 Cannot decrement property Test::$foo of type int past its minimal value
79 Cannot increment property Test::$foo of type int past its maximal value
81 Cannot increment property Test::$foo of type int past its maximal value
83 Cannot decrement a reference held by property Test::$foo of type int past its minimal value
85 Cannot decrement a reference held by property Test::$foo of type int past its minimal value
87 Cannot increment a reference held by property Test::$foo of type int past its maximal value
89 Cannot increment a reference held by property Test::$foo of type int past its maximal value
/PHP-8.3/ext/xsl/tests/53965/
H A Dinclude.xsl3 <h1><xsl:value-of select="title"/></h1>
4 <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
/PHP-8.3/Zend/tests/nullsafe_operator/
H A D013.phpt41 Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in %s on …
49 Deprecated: defined(): Passing null to parameter #1 ($constant_name) of type string is deprecated i…
52 Deprecated: chr(): Passing null to parameter #1 ($codepoint) of type int is deprecated in %s on lin…
55 Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in %s on …
58 string(77) "call_user_func_array(): Argument #2 ($args) must be of type array, null given"
59 string(69) "get_class(): Argument #1 ($object) must be of type object, null given"
64 string(69) "array_slice(): Argument #1 ($array) must be of type array, null given"
66 Deprecated: array_slice(): Passing null to parameter #2 ($offset) of type int is deprecated in %s o…
76 string(74) "array_key_exists(): Argument #2 ($array) must be of type array, null given"
/PHP-8.3/
H A DREADME.REDIST.BINS14 14. ext/phar portions of tar implementations
30 Releases 10.00 and above of PCRE2 are distributed under the terms of the "BSD"
49 University of Cambridge Computing Service,
91 * Neither the name of the University of Cambridge nor the names of any
135 3. Neither the name of the author nor the names of other contributors
180 of your choice.
259 This software is copyrighted by the Regents of the University of
291 are acquiring the software on behalf of the Department of Defense, the
328 The Regents of the University of California. All rights reserved.
342 4. Neither the name of the University nor the names of its contributors
[all …]
/PHP-8.3/Zend/tests/
H A Dbug41961.phpt11 $myChild->secret(); // bug - invokes X::secret() instead of ChildClass::secret()
14 echo "Called private " . __METHOD__ . "() on an instance of: " . get_class($this) . "\n";
24 echo "Called public " . __METHOD__ . "() on an instance of: " . get_class($this) . "\n";
29 Called public ChildClass::secret() on an instance of: ChildClass
/PHP-8.3/ext/standard/tests/password/
H A Dpassword_needs_rehash_error.phpt2 Test error operation of password_needs_rehash()
34 password_needs_rehash(): Argument #2 ($algo) must be of type string|int|null, array given
35 password_needs_rehash(): Argument #1 ($hash) must be of type string, array given
36 password_needs_rehash(): Argument #3 ($options) must be of type array, string given
/PHP-8.3/ext/standard/tests/serialize/
H A Dunserialize_large.phpt13 Warning: unserialize(): Error at offset 14 of 15 bytes in %s on line %d
16 Warning: unserialize(): Error at offset 2 of 20 bytes in %s on line %d
19 Warning: unserialize(): Error at offset 18 of 21 bytes in %s on line %d
24 Warning: unserialize(): Error at offset 20 of 21 bytes in %s on line %d
H A Dbug81111.phpt48 Serialization of 'MySplFileInfo' is not allowed
49 Serialization of 'class@anonymous' is not allowed
50 Unserialization of 'MySplFileInfo' is not allowed
51 Unserialization of 'MySplFileInfo' is not allowed
53 Warning: unserialize(): Error at offset 0 of %d bytes in %s on line %d
/PHP-8.3/ext/gmp/tests/
H A Dgmp_strict_types.phpt53 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, float given
54 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, false given
55 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, true given
56 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, null given
57 gmp_abs(): Argument #1 ($num) must be of type GMP|string|int, array given
/PHP-8.3/ext/date/tests/
H A Dunserialize-test.phpt28 %s: unserialize(): Error at offset 39 of 39 bytes in %sunserialize-test.php on line %d
33 %s: unserialize(): Error at offset 26 of 26 bytes in %sunserialize-test.php on line %d
39 %s: unserialize(): Error at offset 230 of 509 bytes in %sunserialize-test.php on line %d
44 %s: unserialize(): Error at offset 39 of 39 bytes in %sunserialize-test.php on line %d
46 Deprecated: Creation of dynamic property DateInterval::$ is deprecated in %s on line %d
/PHP-8.3/tests/lang/
H A DforeachLoop.003.phpt36 Warning: foreach() argument must be of type array|object, true given in %s on line %d
38 Warning: foreach() argument must be of type array|object, null given in %s on line 9
40 Warning: foreach() argument must be of type array|object, int given in %s on line 14
42 Warning: foreach() argument must be of type array|object, float given in %s on line 19
44 Warning: foreach() argument must be of type array|object, string given in %s on line 24
H A DreturnByReference.003.phpt17 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
24 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
31 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
40 ---> 1. Trying to assign by reference the return value of a function that returns by value:
46 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
52 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.004.phpt19 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
26 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
33 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
42 ---> 1. Trying to assign by reference the return value of a function that returns by value:
48 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
54 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.005.phpt20 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
27 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
34 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
43 ---> 1. Trying to assign by reference the return value of a function that returns by value:
49 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
55 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
/PHP-8.3/Zend/tests/generators/
H A Dget_return_errors.phpt33 // Generator has been aborted as a result of an exception
47 // Generator throws during auto-priming of getReturn() call
65 // Generator has been aborted as a result of an exception
74 Cannot get return value of a generator that hasn't returned
76 Cannot get return value of a generator that hasn't returned
79 Cannot get return value of a generator that hasn't returned
/PHP-8.3/ext/standard/tests/class_object/
H A Dforward_static_call_001.phpt2 forward_static_call() called from outside of a method.
65 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
70 Deprecated: Use of "self" in callables is deprecated in %s on line %d
73 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
84 Deprecated: Use of "self" in callables is deprecated in %s on line %d
87 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
/PHP-8.3/ext/mbstring/tests/
H A Dgh10192_utf7imap.phpt31 'valid base64 character between & and end of string' => 'A &ZeVnLIqe',
32 'invalid base64 character between & and end of string' => 'A &ZeVnLIq',
34 …'first 16 bits of base64 character using surrogate pair between & and -' => 'A &2Gc- B', // first …
40 … 'first 16 bits of base64 character using surrogate pair between & and end of string' => 'A &2Gc',
42 …'last 16 bits of base64 character using surrogate pair in reverse order between & and -' => 'A &3j…
48 …'last 16 bits of base64 character using surrogate pair in reverse order between & and end of strin…
263 valid base64 character between & and end of string
272 invalid base64 character between & and end of string
290 first 16 bits of base64 character using surrogate pair between & and -
344 first 16 bits of base64 character using surrogate pair between & and end of string
[all …]

Completed in 94 milliseconds

1...<<11121314151617181920>>...200