Home
last modified time | relevance | path

Searched refs:in (Results 126 – 150 of 5416) sorted by relevance

12345678910>>...217

/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt24 $in = 0;
42 $in,
69 $in = 0;
95 $in = 0;
124 $in = 0;
129 $in = 2;
164 $in = 0;
209 $in = 0;
235 $in = 0;
264 $in = 0;
[all …]
/PHP-8.0/tests/security/
H A Dopen_basedir_link.phpt49 …ng: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the allow…
52 …ning: link(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allowed…
55 …ng: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the allow…
58 …ning: link(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allowed…
61 …ng: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
64 …arning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
67 …ng: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
70 …ng: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
73 …arning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
H A Dopen_basedir_file_put_contents.phpt32 …ut_contents(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
34 Warning: file_put_contents(../bad/bad.txt): Failed to open stream: %s in %s on line %d
37 …t_contents(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the allowed…
39 Warning: file_put_contents(.././bad/bad.txt): Failed to open stream: %s in %s on line %d
42 …ontents(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within the allow…
44 Warning: file_put_contents(../bad/../bad/bad.txt): Failed to open stream: %s in %s on line %d
47 …_contents(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the allowe…
49 Warning: file_put_contents(./.././bad/bad.txt): Failed to open stream: %s in %s on line %d
52 …_contents(): open_basedir restriction in effect. File%s/test/bad/bad.txt) is not within the allowe…
54 Warning: file_put_contents%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
H A Dopen_basedir_rmdir.phpt32 Warning: rmdir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
35 Warning: rmdir(): open_basedir restriction in effect. File(.././bad) is not within the allowed path…
38 …ning: rmdir(): open_basedir restriction in effect. File(../bad/../bad) is not within the allowed p…
41 …arning: rmdir(): open_basedir restriction in effect. File(./.././bad) is not within the allowed pa…
44 …rning: rmdir(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
/PHP-8.0/ext/standard/tests/file/
H A Dfgetc_variation3.phpt9 /* try fgetc on files which are opened in non readable modes
22 echo "-- File opened in mode : $file_mode --\n";
53 -- File opened in mode : w --
62 -- File opened in mode : wb --
71 -- File opened in mode : wt --
80 -- File opened in mode : a --
89 -- File opened in mode : ab --
98 -- File opened in mode : at --
107 -- File opened in mode : x --
116 -- File opened in mode : xb --
[all …]
H A Dfgets_variation1.phpt5 /* try fgets on files which are opened in non readable modes
18 echo "-- File opened in mode : $file_mode --\n";
49 -- File opened in mode : w --
58 -- File opened in mode : wb --
67 -- File opened in mode : wt --
76 -- File opened in mode : a --
85 -- File opened in mode : ab --
94 -- File opened in mode : at --
103 -- File opened in mode : x --
112 -- File opened in mode : xb --
[all …]
H A Dfile_get_contents_file_put_contents_variation2.phpt10 echo "*** Testing with variation in use_include_path argument ***\n";
17 $data_array = array( 1, " Data1 in an array", 2, " Data2 in an array" );
34 //Deleting the temporary files and directory used in the testcase
41 *** Testing with variation in use_include_path argument ***
42 …22222222222222222222222222222222222222222222222222222222221 Data1 in an array2 Data2 in an array"
43 …22222222222222222222222222222222222222222222222222222222221 Data1 in an array2 Data2 in an array"
44 …22222222222222222222222222222222222222222222222222222222221 Data1 in an array2 Data2 in an array"
45 …22222222222222222222222222222222222222222222222222222222221 Data1 in an array2 Data2 in an array"
/PHP-8.0/ext/date/lib/
H A Dparse_iso_intervals.c939 Scanner in; in timelib_strtointerval() local
943 memset(&in, 0, sizeof(in)); in timelib_strtointerval()
973 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtointerval()
974 in.cur = in.str; in timelib_strtointerval()
984 in.begin->us = 0; in timelib_strtointerval()
985 in.begin->z = 0; in timelib_strtointerval()
997 in.end->us = 0; in timelib_strtointerval()
998 in.end->z = 0; in timelib_strtointerval()
999 in.end->dst = 0; in timelib_strtointerval()
1004 in.period->y = 0; in timelib_strtointerval()
[all …]
/PHP-8.0/tests/classes/
H A Darray_access_013.phpt22 echo "Caught in " . $e->getMessage() . "()\n";
31 echo "Caught in " . $e->getMessage() . "()\n";
40 echo "Caught in " . $e->getMessage() . "()\n";
49 echo "Caught in " . $e->getMessage() . "()\n";
53 Caught in Test::offsetExists()
54 Caught in Test::offsetGet()
55 Caught in Test::offsetSet()
56 Caught in Test::offsetUnset()
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug41004.phpt16 public $in;
27 $in=new EchoBean();
28 $in->mandatoryElement="REV";
29 $in->optionalElement=NULL;
30 $echo->in=$in;
36 … xmlns:ns1="urn:Formation"><SOAP-ENV:Body><ns1:echo><in><mandatoryElement>REV</mandatoryElement></
/PHP-8.0/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt2 yield cannot be used in a finally block when the generator is force-closed
12 echo "before yield in finally\n";
14 echo "after yield in finally\n";
27 before yield in finally
29 Fatal error: Uncaught Error: Cannot yield from finally in a force-closed generator in %s:%d
33 thrown in %s on line %d
/PHP-8.0/ext/standard/tests/strings/
H A Dvprintf_variation8.phpt88 Warning: Array to string conversion in %s on line %d
90 Warning: Array to string conversion in %s on line %d
92 Warning: Array to string conversion in %s on line %d
94 Warning: Array to string conversion in %s on line %d
96 Warning: Array to string conversion in %s on line %d
98 Warning: Array to string conversion in %s on line %d
100 Warning: Array to string conversion in %s on line %d
102 Warning: Array to string conversion in %s on line %d
104 Warning: Array to string conversion in %s on line %d
106 Warning: Array to string conversion in %s on line %d
[all …]
/PHP-8.0/ext/standard/tests/serialize/
H A Dinvalid_signs_in_lengths.phpt21 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d
24 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d
27 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d
30 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d
33 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d
36 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d
39 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d
42 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d
45 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d
48 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d
[all …]
H A Dbug25378.phpt20 Notice: unserialize(): Error at offset 0 of 8 bytes in %sbug25378.php on line %d
23 Notice: unserialize(): Error at offset 0 of 5 bytes in %sbug25378.php on line %d
26 Notice: unserialize(): Error at offset 13 of 19 bytes in %sbug25378.php on line %d
29 Notice: unserialize(): Error at offset 14 of 19 bytes in %sbug25378.php on line %d
32 Notice: unserialize(): Error at offset 2 of 22 bytes in %sbug25378.php on line %d
35 Notice: unserialize(): Error at offset 17 of 18 bytes in %sbug25378.php on line %d
38 Notice: unserialize(): Error at offset 24 of 33 bytes in %sbug25378.php on line %d
47 Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d
50 Notice: unserialize(): Error at offset 2 of 11 bytes in %sbug25378.php on line %d
53 Notice: unserialize(): Error at offset 8 of 9 bytes in %sbug25378.php on line %d
[all …]
/PHP-8.0/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
/PHP-8.0/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()
/PHP-8.0/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 --
H A Dbase_convert_basic.phpt36 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
39 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
42 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
45 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
49 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
52 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
55 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
58 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
63 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
66 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_recursive_variation8.phpt2 Test array_walk_recursive() function : usage variations - buit-in function as callback
6 * Passing different buit-in functionns as callback function
12 echo "*** Testing array_walk_recursive() : 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_recursive() : built-in function as callback ***
33 -- With 'pow' built-in function --
35 -- With 'min' built-in function --
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 --
/PHP-8.0/ext/opcache/tests/jit/
H A Dshift_right_004.phpt24 Warning: Undefined variable $a in %sshift_right_004.php on line 8
26 Warning: Undefined variable $a in %sshift_right_004.php on line 8
28 Warning: Undefined variable $c in %sshift_right_004.php on line 7
30 Warning: Undefined array key 0 in %sshift_right_004.php on line 7
32 Warning: A non-numeric value encountered in %sshift_right_004.php on line 7
34 Warning: A non-numeric value encountered in %sshift_right_004.php on line 7
36 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sshift_right_004.php:8
40 thrown in %sshift_right_004.php on line 8
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
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
/PHP-8.0/tests/lang/
H A DpassByReference_005.phpt173 Warning: Undefined variable $u1 in %s on line %d
175 Warning: Undefined variable $u1 in %s on line %d
179 Warning: Undefined variable $u1 in %s on line %d
181 Warning: Undefined variable $u2 in %s on line %d
183 Warning: Undefined variable $u1 in %s on line %d
185 Warning: Undefined variable $u2 in %s on line %d
189 Warning: Undefined variable $u1 in %s on line %d
191 Warning: Undefined variable $u1 in %s on line %d
195 Warning: Undefined variable $u2 in %s on line %d
197 Warning: Undefined variable $u2 in %s on line %d
[all …]

Completed in 62 milliseconds

12345678910>>...217