Home
last modified time | relevance | path

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

12345678910>>...227

/PHP-8.0/ext/standard/tests/file/
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 Dfopen_variation7.phpt34 echo "Not created in working dir\n";
37 echo "created in working dir\n";
44 echo "Not created in dir1\n";
47 echo "created in dir1\n";
54 created in working dir
55 Not created in dir1
56 created in working dir
57 Not created in dir1
H A Dfopen_variation9.phpt34 echo "Not created in working dir\n";
37 echo "created in working dir\n";
44 echo "Not created in dir1\n";
47 echo "created in dir1\n";
54 created in working dir
55 Not created in dir1
56 created in working dir
57 Not created in dir1
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 …]
H A Dtempnam_variation1-win32.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.0/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.0/ext/odbc/tests/
H A Dodbc_exec_001.phpt31 Warning: odbc_exec(): Argument #3 must be of type int, string given in %s on line %d
33 Warning: odbc_exec(): SQL error: %s in %s on line %d
35 Warning: odbc_exec(): Argument #3 must be of type int, string given in %s on line %d
37 Warning: odbc_exec(): SQL error: %s in %s on line %d
39 Warning: odbc_exec(): SQL error: %s in %s on line %d
41 Warning: odbc_exec(): SQL error: %s in %s on line %d
43 Warning: odbc_exec(): SQL error: %s in %s on line %d
45 Warning: odbc_exec(): SQL error: %s in %s on line %d
/PHP-8.0/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_rpcenc.inc5 …return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, $input, "Compl…
9 …return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "Compl…
13 …return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "C…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $s2, "ComplexF…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStr…
26 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s2, "ComplexF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s3, "ComplexF…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s1, "ComplexF…
H A Dround4_groupH_complex_doclit.inc5 …return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, array("soapStr…
9 …return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "Compl…
13 …return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "C…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStr…
26 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param2…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param3…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param1…
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_variation12.phpt2 Test array_map() function : usage variations - built-in function as callback
6 * Test array_map() by passing buit-in function as callback function
9 echo "*** Testing array_map() : built-in function ***\n";
14 echo "-- with built-in function 'pow' and two parameters --\n";
17 echo "-- with built-in function 'pow' and one parameter --\n";
34 *** Testing array_map() : built-in function ***
35 -- with built-in function 'pow' and two parameters --
44 -- with built-in function 'pow' and one parameter --
/PHP-8.0/Zend/tests/
H A Dexception_013.phpt12 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
18 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
24 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
30 Exception: Access to undeclared static property C::$a in %s on line %d
32 Exception: Cannot access private property C::$p in %sexception_013.php on line 13
34 Exception: Attempt to unset static property C::$a in %sexception_013.php on line 19
36 Fatal error: Uncaught Error: Access to undeclared static property C::$a in %s:%d
39 thrown in %sexception_013.php on line 24
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getProperty_004.phpt9 public $pubC = "pubC in A";
13 public $pubA = "pubA in A";
19 public $pubC = "pubC in B";
23 public $pubB = "pubB in B";
105 string(9) "pubA in A"
123 string(9) "pubB in B"
141 string(9) "pubC in C"
167 string(9) "pubC in C"
191 string(9) "pubC in C"
215 string(9) "pubC in C"
[all …]
/PHP-8.0/ext/gd/libgd/
H A Dpngtogd2.c15 FILE *in, *out; in main() local
25 in = fopen (argv[1], "rb"); in main()
26 if (!in) in main()
31 im = gdImageCreateFromPng (in); in main()
32 fclose (in); in main()
/PHP-8.0/ext/standard/tests/filters/
H A Dphp_user_filter_01.phpt6 function filter($in, $out, &$consumed, $closing) {}
11 function filter($in, $out, &$consumed) {}
17 …tion of bar::filter($in, $out, &$consumed) must be compatible with php_user_filter::filter($in, $o…
/PHP-8.0/ext/spl/tests/
H A Dbug62978.phpt29 Warning: Undefined array key "epic_magic" in %s on line %d
32 Warning: Undefined array key "epic_magic" in %s on line %d
35 Warning: Undefined variable $c in %s on line %d
37 Warning: Trying to access array offset on value of type null in %s on line %d
40 Warning: Undefined array key "epic_magic" in %s on line %d
43 Warning: Undefined array key "epic_magic" in %s on line %d
46 Warning: Undefined array key "epic_magic" in %s on line %d
50 Warning: Resource ID#%d used as offset, casting to integer (%d) in %sbug62978.php on line %d
52 Warning: Undefined array key 5 in %s on line %d
/PHP-8.0/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt16 //All strings are the same when displayed in their respective encodings
47 echo "JIS encoded string in base64:\n";
55 echo "EUC-JP encoded string in base64:\n";
63 echo "SJIS encoded string in base64:\n";
71 echo "UTF-8 encoded string in base64:\n";
84 JIS encoded string in base64:
93 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
101 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
118 EUC-JP encoded string in base64:
152 SJIS encoded string in base64:
[all …]
H A Dmb_strpos_empty_needle.phpt6 function_exists('mb_strpos') or die("skip mb_strpos() is not available in this build");
14 // Japanese string in UTF-8
20 echo "\n-- ASCII string with in range positive offset --\n";
23 echo "\n-- ASCII string with in range negative offset --\n";
43 echo "\n-- Multi-byte string with in range positive offset --\n";
46 echo "\n-- Multi-byte string with in range negative offset --\n";
68 -- ASCII string with in range positive offset --
71 -- ASCII string with in range negative offset --
75 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
83 -- Multi-byte string with in range positive offset --
[all …]
H A Dmb_strrpos_empty_needle.phpt6 function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this build");
14 // Japanese string in UTF-8
20 echo "\n-- ASCII string with in range positive offset --\n";
23 echo "\n-- ASCII string with in range negative offset --\n";
44 echo "\n-- Multi-byte string with in range positive offset --\n";
47 echo "\n-- Multi-byte string with in range negative offset --\n";
69 -- ASCII string with in range positive offset --
72 -- ASCII string with in range negative offset --
76 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
84 -- Multi-byte string with in range positive offset --
[all …]
H A Dmb_stripos_empty_needle.phpt6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
14 // Japanese string in UTF-8
20 echo "\n-- ASCII string with in range positive offset --\n";
23 echo "\n-- ASCII string with in range negative offset --\n";
44 echo "\n-- Multi-byte string with in range positive offset --\n";
47 echo "\n-- Multi-byte string with in range negative offset --\n";
69 -- ASCII string with in range positive offset --
72 -- ASCII string with in range negative offset --
76 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
84 -- Multi-byte string with in range positive offset --
[all …]
H A Dmb_strripos_empty_needle.phpt6 function_exists('mb_strripos') or die("skip mb_strripos() is not available in this build");
14 // Japanese string in UTF-8
20 echo "\n-- ASCII string with in range positive offset --\n";
23 echo "\n-- ASCII string with in range negative offset --\n";
44 echo "\n-- Multi-byte string with in range positive offset --\n";
47 echo "\n-- Multi-byte string with in range negative offset --\n";
69 -- ASCII string with in range positive offset --
72 -- ASCII string with in range negative offset --
76 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
84 -- Multi-byte string with in range positive offset --
[all …]
/PHP-8.0/ext/oci8/tests/
H A Dfield_funcs1.phpt73 Warning: oci_field_is_null(): Invalid column index "-1" in %s on line %d
76 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
79 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
82 Warning: oci_field_type_raw(): Invalid column index "-1" in %s on line %d
85 Warning: oci_field_scale(): Invalid column index "-1" in %s on line %d
91 Warning: oci_field_size(): Invalid column index "-1" in %s on line %d
95 Warning: oci_field_is_null(): Invalid column name "none" in %s on line %d
98 Warning: oci_field_name(): Invalid column name "none" in %s on line %d
101 Warning: oci_field_type(): Invalid column name "none" in %s on line %d
107 Warning: oci_field_scale(): Invalid column name "none" in %s on line %d
[all …]
/PHP-8.0/tests/security/
H A Dopen_basedir_rename.phpt32 …ing: rename(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
35 …ng: rename(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the allowed…
38 … rename(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within the allow…
41 …g: rename(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the allowe…
44 …: rename(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
/PHP-8.0/tests/classes/
H A Dstatic_properties_003.phpt23 //unset($c->y); // Fatal error, tested in static_properties_003_error1.phpt
24 //echo $c->y; // Fatal error, tested in static_properties_003_error2.phpt
25 //$c->y = 1; // Fatal error, tested in static_properties_003_error3.phpt
26 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
32 Notice: Accessing static property C::$x as non static in %s on line 11
34 Notice: Accessing static property C::$x as non static in %s on line 12
36 Warning: Undefined property: C::$x in %s on line %d
38 Notice: Accessing static property C::$x as non static in %s on line 13
40 Notice: Accessing static property C::$x as non static in %s on line 15
42 Notice: Accessing static property C::$x as non static in %s on line 16
/PHP-8.0/ext/date/tests/
H A Dgmmktime_variation9.phpt44 Warning: gmmktime(): Epoch doesn't fit in a PHP integer in %s on line %d
47 Warning: gmmktime(): Epoch doesn't fit in a PHP integer in %s on line %d
55 Warning: gmmktime(): Epoch doesn't fit in a PHP integer in %s on line %d
58 Warning: gmmktime(): Epoch doesn't fit in a PHP integer in %s on line %d
67 Warning: gmmktime(): Epoch doesn't fit in a PHP integer in %s on line %d
/PHP-8.0/ext/zlib/tests/
H A Dgzopen_variation5.phpt38 echo "Not created in working dir\n";
41 echo "created in working dir\n";
48 echo "Not created in dir1\n";
51 echo "created in dir1\n";
59 created in working dir
60 Not created in dir1
61 created in working dir
62 Not created in dir1

Completed in 45 milliseconds

12345678910>>...227