Home
last modified time | relevance | path

Searched refs:in (Results 176 – 200 of 5665) sorted by relevance

12345678910>>...227

/PHP-8.1/ext/standard/tests/array/
H A Darray_walk_variation8.phpt2 Test array_walk() function : usage variations - buit-in function as callback
6 * Passing different buit-in functionns as callback function
12 echo "*** Testing array_walk() : built-in function as callback ***\n";
16 echo "-- With 'pow' built-in function --\n";
19 echo "-- With 'min' built-in function --\n";
32 *** Testing array_walk() : built-in function as callback ***
33 -- With 'pow' built-in function --
35 -- With 'min' built-in function --
H A Duasort_variation8.phpt2 Test uasort() function : usage variations - built-in function as 'cmp_function'
6 * Passing different built-in library functions in place of 'cmp_function'
10 echo "*** Testing uasort() : built in function as 'cmp_function' ***\n";
17 echo "-- Testing uasort() with built-in 'cmp_function': strcasecmp() --\n";
21 echo "-- Testing uasort() with built-in 'cmp_function': strcmp() --\n";
28 *** Testing uasort() : built in function as 'cmp_function' ***
29 -- Testing uasort() with built-in 'cmp_function': strcasecmp() --
43 -- Testing uasort() with built-in 'cmp_function': strcmp() --
/PHP-8.1/ext/standard/tests/math/
H A Dpow_basic2.phpt10 echo "\n-- The following all result in INF --\n";
15 echo "\n\n-- The following all result in 0 --\n";
21 echo "\n\n-- The following all result in -0 --\n";
24 echo "\n\n-- The following all result in -INF --\n";
30 -- The following all result in INF --
36 -- The following all result in 0 --
43 -- The following all result in -0 --
47 -- The following all result in -INF --
/PHP-8.1/ext/snmp/tests/
H A Dsnmp2_get.phpt30 echo "Single OID in array\n";
38 echo "Single OID in array\n";
46 echo "Single OID in array\n";
60 Single OID in array
75 Warning: snmp2_get(): Invalid object identifier: .1.3.6.1.2..1.1.1.0 in %s on line %d
77 Single OID in array
79 Warning: snmp2_get(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
88 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s …
90 Single OID in array
92 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s …
[all …]
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarnings_string_float_literals.phpt7 // 7 Warnings generated in total
24 // 2 warnings in total
57 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
60 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
63 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
66 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
69 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
72 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
75 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
79 Deprecated: Implicit conversion from float-string "6.5" to int loses precision in %s on line %d
[all …]
/PHP-8.1/Zend/tests/
H A Dexception_016.phpt8 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
14 Exception: Using $this when not in object context in %sexception_016.php on line %d
16 Fatal error: Uncaught Error: Using $this when not in object context in %sexception_016.php:%d
19 thrown in %sexception_016.php on line %d
H A Dbug69676.phpt2 Bug #69676: Resolution of self::FOO in class constants not correct
6 const myConst = "const in A";
11 const myConst = "const in B";
18 string(10) "const in A"
19 string(10) "const in A"
/PHP-8.1/ext/zip/tests/
H A Dzip_read.phpt18 Deprecated: Function zip_open() is deprecated in %s on line %d
20 Deprecated: Function zip_read() is deprecated in %s on line %d
22 Deprecated: Function zip_read() is deprecated in %s on line %d
24 Deprecated: Function zip_read() is deprecated in %s on line %d
26 Deprecated: Function zip_read() is deprecated in %s on line %d
28 Deprecated: Function zip_read() is deprecated in %s on line %d
30 Deprecated: Function zip_close() is deprecated in %s on line %d
/PHP-8.1/ext/opcache/tests/jit/
H A Dreg_alloc_006.phpt21 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
23 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
25 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
27 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
29 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
31 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
33 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
H A Dassign_046.phpt2 JIT ASSIGN: incorrect assumption about in-memeory zval type
23 Warning: Undefined variable $b in %sassign_046.php on line 6
26 Warning: Undefined variable $b in %sassign_046.php on line 6
29 Warning: Undefined variable $b in %sassign_046.php on line 6
32 Warning: Undefined variable $b in %sassign_046.php on line 6
35 Warning: Undefined variable $b in %sassign_046.php on line 6
38 Warning: Undefined variable $b in %sassign_046.php on line 6
/PHP-8.1/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt60 *** Caught {closure}(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
63 *** Caught {closure}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
66 *** Caught {closure}(): Argument #1 ($i) must be of type int, bool given, called in %s on line %d
69 *** Caught {closure}(): Argument #1 ($i) must be of type int, bool given, called in %s on line %d
72 *** Caught {closure}(): Argument #1 ($i) must be of type int, null given, called in %s on line %d
75 *** Caught {closure}(): Argument #1 ($i) must be of type int, array given, called in %s on line %d
95 *** Caught {closure}(): Argument #1 ($f) must be of type float, bool given, called in %s on line %d
98 *** Caught {closure}(): Argument #1 ($f) must be of type float, bool given, called in %s on line %d
101 *** Caught {closure}(): Argument #1 ($f) must be of type float, null given, called in %s on line %d
115 *** Caught {closure}(): Argument #1 ($s) must be of type string, int given, called in %s on line %d
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dfopen_variation10-win32.phpt47 fwrite($h, "file in $rootdir");
51 fwrite($h, "file in fopen10.tmpDir");
55 fwrite($h, "file in root");
84 file in root
87 file in root
105 file in fopen10.tmpdirTwo
113 file in root
116 file in fopen10.tmpdirTwo
119 file in fopen10.tmpdirTwo
122 file in fopen10.tmpdirTwo
[all …]
H A Dfopen_variation11-win32.phpt46 fwrite($h, "file in $rootdir");
50 fwrite($h, "file in fopen11.tmpDir");
54 fwrite($h, "file in root");
82 file in root
85 file in root
103 file in fopen11.tmpdirTwo
111 file in root
114 file in fopen11.tmpdirTwo
117 file in fopen11.tmpdirTwo
120 file in fopen11.tmpdirTwo
[all …]
H A Dfflush_variation4.phpt2 Test fflush() function: usage variations - file opened in read-only mode
6 /* test fflush() with handle to a file opened in read-only mode as resource */
11 echo "*** Testing fflush(): with file handles of files opened in various read modes ***\n";
19 echo "-- Iteration $count with file opened in $mode mode --\n";
27 // opening the file in different read modes
41 *** Testing fflush(): with file handles of files opened in various read modes ***
42 -- Iteration 1 with file opened in r mode --
44 -- Iteration 2 with file opened in rb mode --
46 -- Iteration 3 with file opened in rt mode --
H A Dtempnam_variation1-win32-mb.phpt31 echo "File created in => ";
62 File created in => directory specified
66 File created in => directory specified
70 File created in => directory specified
74 File created in => directory specified
78 File created in => directory specified
82 File created in => directory specified
86 File created in => directory specified
90 File created in => directory specified
94 File created in => directory specified
[all …]
/PHP-8.1/tests/output/
H A Dob_start_error_002.phpt6 * Function is implemented in main/output.c
22 Warning: ob_start(): class "nonExistent" not found in %s on line %d
24 Notice: ob_start(): Failed to create buffer in %s on line %d
27 Warning: ob_start(): class C does not have a method "nonExistent" in %s on line %d
29 Notice: ob_start(): Failed to create buffer in %s on line 13
32 Warning: ob_start(): class C does not have a method "no" in %s on line %d
34 Notice: ob_start(): Failed to create buffer in %s on line 14
37 Warning: ob_start(): function "no" not found or invalid function name in %s on line %d
39 Notice: ob_start(): Failed to create buffer in %s on line 15
/PHP-8.1/ext/gd/libgd/
H A Dgdtopng.c13 FILE *in, *out; in main() local
19 in = fopen (argv[1], "rb"); in main()
20 if (!in) in main()
25 im = gdImageCreateFromGd (in); in main()
26 fclose (in); in main()
H A Dpngtogd.c14 FILE *in, *out; in main() local
20 in = fopen (argv[1], "rb"); in main()
21 if (!in) in main()
26 im = gdImageCreateFromPng (in); in main()
27 fclose (in); in main()
H A Dgd2topng.c14 FILE *in, *out; in main() local
20 in = fopen (argv[1], "rb"); in main()
21 if (!in) in main()
26 im = gdImageCreateFromGd2 (in); in main()
27 fclose (in); in main()
/PHP-8.1/ext/standard/tests/serialize/
H A Dserialization_objects_007.phpt6 echo "in autoload($name)\n";
12 echo "in check($name)\n";
22 in autoload(FOO)
23 in check(FOO)
24 in autoload(FOO)
26 Warning: unserialize(): Function check() hasn't defined the class it was called for in %s on line %d
/PHP-8.1/tests/security/
H A Dopen_basedir_unlink.phpt32 …ing: unlink(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
35 …ng: unlink(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the allowed…
38 … unlink(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within the allow…
41 …g: unlink(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the allowe…
44 …: unlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
/PHP-8.1/ext/date/tests/
H A Dgmstrftime_variation15.phpt14 'Time in a.m/p.m notation' => "%r",
15 'Time in 24 hour notation' => "%R",
31 --Time in a.m/p.m notation--
33 Deprecated: Function gmstrftime() is deprecated in %s on line %d
36 Deprecated: Function gmstrftime() is deprecated in %s on line %d
39 --Time in 24 hour notation--
41 Deprecated: Function gmstrftime() is deprecated in %s on line %d
44 Deprecated: Function gmstrftime() is deprecated in %s on line %d
49 Deprecated: Function gmstrftime() is deprecated in %s on line %d
52 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dstrftime_variation15.phpt14 'Time in a.m/p.m notation' => "%r",
15 'Time in 24 hour notation' => "%R",
31 --Time in a.m/p.m notation--
33 Deprecated: Function strftime() is deprecated in %s on line %d
36 Deprecated: Function strftime() is deprecated in %s on line %d
39 --Time in 24 hour notation--
41 Deprecated: Function strftime() is deprecated in %s on line %d
44 Deprecated: Function strftime() is deprecated in %s on line %d
49 Deprecated: Function strftime() is deprecated in %s on line %d
52 Deprecated: Function strftime() is deprecated in %s on line %d
/PHP-8.1/Zend/tests/fibers/
H A Dthrow-in-multiple-destroyed-fibers-after-shutdown.phpt2 Throw in multiple destroyed fibers after shutdown
38 Fatal error: Uncaught Exception: test1 in %sthrow-in-multiple-destroyed-fibers-after-shutdown.php:%d
43 Next Exception: test2 in %sthrow-in-multiple-destroyed-fibers-after-shutdown.php:%d
47 thrown in %sthrow-in-multiple-destroyed-fibers-after-shutdown.php on line %d
/PHP-8.1/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt13 //All strings are the same when displayed in their respective encodings
44 echo "JIS encoded string in base64:\n";
52 echo "EUC-JP encoded string in base64:\n";
60 echo "SJIS encoded string in base64:\n";
68 echo "UTF-8 encoded string in base64:\n";
81 JIS encoded string in base64:
90 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
98 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
115 EUC-JP encoded string in base64:
149 SJIS encoded string in base64:
[all …]

Completed in 99 milliseconds

12345678910>>...227