Home
last modified time | relevance | path

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

12345678910>>...222

/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt25 $in = 0;
43 $in,
70 $in = 0;
96 $in = 0;
125 $in = 0;
130 $in = 2;
165 $in = 0;
210 $in = 0;
236 $in = 0;
265 $in = 0;
[all …]
/PHP-8.1/ext/gd/libgd/
H A Dwbmp.h44 int getmbi ( int (*getin)(void *in), void *in );
45 int skipheader( int (*getin)(void *in), void *in );
47 int readwbmp( int (*getin)(void *in), void *in, Wbmp **wbmp );
/PHP-8.1/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt6 * Function is implemented in ext/pcre/php_pcre.c
11 …ay will have the default key values (0-9) and each value is the corresponding key written in words.
14 …r an integer value, if one is found it will be stored in $matches[0] which corresponds to a key in
17 $subject1 = 'there are 7 words in this sentence.';
20 $subject2 = '1 2 3 4 is now written in words';
23 $subject3 = 'there are no numbers in this string';
24 …ites to five replacements and counts the number of replacements made ands stores in $count variable
29 there are seven words in this sentence.
30 one two three 4 is now written in words
31 there are no numbers in this string
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_loadXML_error2_gte2_11.phpt9 Environment variables used in the test:
26 Warning: DOMDocument::loadXML(): AttValue: " or ' expected in Entity, line: 4 in %s on line %d
28 …L(): internal error: xmlParseStartTag: problem parsing attributes in Entity, line: 4 in %s on line…
30 Warning: DOMDocument::loadXML(): Couldn't find end of Start Tag book line 4 in Entity, line: 4 in %…
32 …loadXML(): Opening and ending tag mismatch: books line 3 and book in Entity, line: 7 in %s on line…
34 Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 8 in %s …
/PHP-8.1/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_simple_doclit.inc5 …return new SoapFault("Server", "Fault in response to 'echoEmptyFault'.", null, null, "SimpleFault"…
9 …return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFau…
13 …return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleF…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param1…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2…
22 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, null, "SimpleF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param1…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param3…
32 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param2…
38 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults3'.", null, $input->param2…
[all …]
H A Dround4_groupH_simple_rpcenc.inc5 …return new SoapFault("Server", "Fault in response to 'echoEmptyFault'.", null, null, "SimpleFault"…
9 …return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFau…
13 …return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleF…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $string, "Simp…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $floats, "Simp…
22 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, null, "SimpleF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $string, "Simp…
32 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $float, "Simpl…
38 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults3'.", null, $param2, "Simp…
46 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults4'.", null, $enum, "Simple…
[all …]
/PHP-8.1/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.1/ext/standard/tests/file/
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 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 Dtempnam_variation7-win32.phpt51 echo "File created in => ";
69 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
72 File created in => temp dir
75 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
78 File created in => temp dir
82 File created in => temp dir
86 File created in => temp dir
89 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.p…
92 File created in => temp dir
102 File created in => temp dir
[all …]
H A Dtempnam_variation7.phpt52 echo "File created in => ";
74 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
77 File created in => temp dir
80 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
83 File created in => temp dir
87 File created in => temp dir
91 File created in => temp dir
94 Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7.php on …
97 File created in => temp dir
107 File created in => temp dir
[all …]
/PHP-8.1/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_tempnam.phpt48 …arning: tempnam(): open_basedir restriction in effect. File(../bad) is not within the allowed path…
51 Warning: tempnam(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
54 Warning: tempnam(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
57 Warning: tempnam(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
60 …rning: tempnam(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pat…
63 …arning: tempnam(): open_basedir restriction in effect. File(./../.) is not within the allowed path…
66 Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
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
/PHP-8.1/ext/snmp/tests/
H A Dsnmpget.phpt26 echo "Single OID in array\n";
34 echo "Single OID in array\n";
42 echo "Single OID in array\n";
57 Single OID in array
72 Warning: snmpget(): Invalid object identifier: .1.3.6.1.2.1..1.1.0 in %s on line %d
74 Single OID in array
76 Warning: snmpget(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
85 Warning: snmpget(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
87 Single OID in array
89 Warning: snmpget(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
[all …]
/PHP-8.1/Zend/tests/fibers/
H A Dsuspend-in-force-close-fiber-after-shutdown.phpt2 Suspend in force-closed fiber after shutdown
22 Fatal error: Uncaught FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-clos…
24 #0 %ssuspend-in-force-close-fiber-after-shutdown.php(%d): Fiber::suspend()
27 thrown in %ssuspend-in-force-close-fiber-after-shutdown.php on line %d
/PHP-8.1/ext/xmlreader/tests/
H A Dbug70309.phpt21 This is a paragraph in the test chapter. It is unremarkable in
22 every regard. This is a paragraph in the test chapter. It is
23 unremarkable in every regard. This is a paragraph in the test
24 chapter. It is unremarkable in every regard.
33 This is a paragraph in the test chapter. It is unremarkable in
34 every regard. This is a paragraph in the test chapter. It is
35 unremarkable in every regard. This is a paragraph in the test
36 chapter. It is unremarkable in every regard.
/PHP-8.1/ext/opcache/tests/jit/
H A Dfe_reset_001.phpt17 Warning: Undefined variable $0 in %sfe_reset_001.php on line 4
19 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
21 Warning: Undefined variable $1 in %sfe_reset_001.php on line 4
23 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
25 Warning: Undefined variable $2 in %sfe_reset_001.php on line 4
27 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
29 Warning: Undefined variable $3 in %sfe_reset_001.php on line 4
31 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
33 Warning: Undefined variable $4 in %sfe_reset_001.php on line 4
35 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
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 Deprecated: Implicit conversion from float %f to int loses precision in %sshift_right_004.php on li…
34 Warning: A non-numeric value encountered in %sshift_right_004.php on line 7
36 Warning: A non-numeric value encountered in %sshift_right_004.php on line 7
38 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sshift_right_004.php:8
42 thrown in %sshift_right_004.php on line 8
/PHP-8.1/ext/standard/tests/strings/
H A Dbug27457.phpt5 $test = "Dot in brackets [.]\n";
17 Dot in brackets [.]
18 Dot in brackets [0]
19 Dot in brackets [.]
20 Dot in brackets [0]
21 Dot in brackets [.]
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.1/ext/mysqli/tests/
H A Ddeprecated_constants.phpt16 print("\nDeprecated: Constant MYSQLI_SERVER_QUERY_WAS_SLOW is deprecated in dummy\n-1\n");
17 print("\nDeprecated: Constant MYSQLI_SERVER_PS_OUT_PARAMS is deprecated in dummy\n-1\n");
23 Deprecated: Constant MYSQLI_NO_DATA is deprecated in %s
26 Deprecated: Constant MYSQLI_DATA_TRUNCATED is deprecated in %s
29 Deprecated: Constant MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED is deprecated in %s
32 Deprecated: Constant MYSQLI_SERVER_QUERY_NO_INDEX_USED is deprecated in %s
35 Deprecated: Constant MYSQLI_SERVER_QUERY_WAS_SLOW is deprecated in %s
38 Deprecated: Constant MYSQLI_SERVER_PS_OUT_PARAMS is deprecated in %s
/PHP-8.1/Zend/tests/
H A Dbuiltin_in_write_context_error1.phpt2 Cannot use built-in functions in write context (assignment)
10 Fatal error: Cannot use result of built-in function in write context in %s on line %d
H A Dbuiltin_in_write_context_error2.phpt2 Cannot use built-in functions in write context (reference)
10 Fatal error: Cannot use result of built-in function in write context in %s on line %d
/PHP-8.1/ext/standard/tests/math/
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 …]

Completed in 71 milliseconds

12345678910>>...222