Home
last modified time | relevance | path

Searched refs:a (Results 3876 – 3900 of 6980) sorted by relevance

1...<<151152153154155156157158159160>>...280

/PHP-7.2/tests/classes/
H A Dstatic_properties_undeclared_assign.phpt2 Assigning to a non-existent static property
H A Dstatic_properties_undeclared_assignInc.phpt2 Assigning & incrementing a non-existent static property
H A Dstatic_properties_undeclared_read.phpt2 Reading a non-existent static property
/PHP-7.2/ext/zip/lib/
H A Dzipint.h100 #define open(a, b, c) _open((a), (b)) argument
204 #define ZIP_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
205 #define ZIP_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/PHP-7.2/ext/standard/tests/file/
H A Dfgets_variation6.phpt13 Description: Gets a line from file pointer
20 "a+", "a+b", "a+t",
50 var_dump( fgets($file_handle) ); // try n read a line, none expected
169 -- Testing fgets() with file opened using mode a+ --
203 -- Testing fgets() with file opened using mode a+b --
237 -- Testing fgets() with file opened using mode a+t --
H A Dfgets_variation6-win32.phpt13 Description: Gets a line from file pointer
20 "a+", "a+b", "a+t",
50 var_dump( fgets($file_handle) ); // try n read a line, none expected
169 -- Testing fgets() with file opened using mode a+ --
203 -- Testing fgets() with file opened using mode a+b --
237 -- Testing fgets() with file opened using mode a+t --
H A Dbug24313.phpt2 Bug #24313 (file_exists() throws a warning on nonexistent files when is open_basedir enabled)
H A Dfgets_variation5.phpt7 Description: Gets a line from file pointer
14 "a+", "a+b", "a+t",
141 -- Testing fgets() with file opened using mode a+ --
168 -- Testing fgets() with file opened using mode a+b --
195 -- Testing fgets() with file opened using mode a+t --
H A Dfgetc_variation3.phpt12 a, ab, at,
20 $file_modes = array("w", "wb", "wt", "a", "ab", "at", "x", "xb", "xt");
75 -- File opened in mode : a --
H A Dfscanf_variation35.phpt8 Description: Parses input from a file according to a format
17 // create a file
H A Dfscanf_variation4.phpt8 Description: Parses input from a file according to a format
17 // create a file
/PHP-7.2/ext/json/
H A Djson_scanner.re11 | If you did not receive a copy of the PHP license and are unable to |
12 | obtain it through the world-wide-web, please send a note to |
13 | license@php.net so we can mail you a copy immediately. |
73 } else if (code >= 'a' && code <= 'f') {
74 return code - ('a' - 10);
119 HEX = DIGIT | [a-fA-F] ;
120 HEXNZ = DIGITNZ | [a-fA-F] ;
122 HEXC = DIGIT | [a-cA-C] ;
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_replace.phpt105 var_dump( str_replace(array("a", "a", "b"),
111 var_dump( str_replace(array("a", "a", "b"),
154 var_dump(str_replace(array("a", "a", "b"), "multi", "aaa", $count));
157 var_dump(str_replace( array("a", "a", "b"),
164 var_dump(str_replace( array("a", "a", "b"),
172 var_dump(str_replace("a", array("q", "q", "c"), array("aaa", "bbb"), $count));
175 var_dump(str_replace("a", 1, array("aaa", "bbb"), $count));
191 echo "\n-- Testing a longer and heredoc string --\n";
207 echo "\n-- Testing a heredoc null string --\n";
917 -- Testing a longer and heredoc string --
[all …]
/PHP-7.2/ext/opcache/tests/
H A Dbug70111.phpt2 Bug #70111 (Segfault when a function uses both an explicit return type and an explicit cast)
H A Dbug77191.phpt7 case 1: return 'a';
/PHP-7.2/ext/standard/tests/array/
H A Drange_bug70239_1.phpt2 Bug #70239 Creating a huge array doesn't result in exhausted, but segfault, var 2
/PHP-7.2/ext/hash/tests/
H A Dnew-context.phpt2 Attempt to instantiate a HashContext directly
/PHP-7.2/Zend/tests/
H A Dbug69568.phpt2 Bug #69568: call a private function in closure failed
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
/PHP-7.2/Zend/tests/traits/
H A Dbug55524.phpt2 Bug #55524 Traits should not be able to extend a class
/PHP-7.2/ext/spl/tests/
H A Dfixedarray_009.phpt7 $a = new SplFixedArray('FOO');
H A DSplDoublyLinkedList_isEmpty_empty.phpt7 // Create a new Doubly Linked List
H A Dbug55701.phpt7 // Some methods of GlobIterator do not throw a RuntimeException when the glob pattern doesn't match…
8 // Most methods of GlobIterator throw a RuntimeException when the glob pattern does't match any file
16 // Throwing a RuntimeException is the correct behaviour for some methods
19 // Throwing a LogicException is not correct
75 // Some of them throw a RuntimeException while others just return an invalid value
236 // after a successful iteration over a non-empty list of files.
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt18 // This one should fail. I let it fail to prove that closeCursor() makes a difference.
48 // cause any harm to a statement created prior to the change
68 $stmt2->bindValue(1, "a");
158 in = 0 -> id = 1 (integer) / label = 'a' (string)
163 in = 0 -> id = 1 (integer) / label = 'a' (string)
169 in = 0 -> id = 1 (integer) / label = 'a' (string)
174 in = 0 -> id = 1 (integer) / label = 'a' (string)
/PHP-7.2/ext/mysqli/tests/
H A Dbug34810.phpt24 $mysql->query("CREATE TABLE test_warnings (a int not null)");
33 …/* 1048 - Column 'a' cannot be null, 1263 - Data truncated; NULL supplied to NOT NULL column 'a' a…

Completed in 82 milliseconds

1...<<151152153154155156157158159160>>...280