Searched refs:a (Results 6601 – 6625 of 6908) sorted by relevance
1...<<261262263264265266267268269270>>...277
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec_select.phpt | 42 exec_and_count(4, $db, "INSERT INTO test(id, col1) VALUES (1, 'a')", 1);
|
H A D | pdo_mysql_prepare_emulated.phpt | 55 printf("[%03d] PDO::execute() should return a boolean value, got %s/%s\n", 132 $params = array(':placeholder' => 'a'); 134 $params[str_repeat('a', $i)] = 'some data'; 237 $params = array('a');
|
/PHP-8.3/ext/pdo_pgsql/tests/ |
H A D | getnotify.phpt | 79 // Test second parameter, should return immediately because a notify is queued
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | 014.phpt | 27 if (!mysqli_query($link, "CREATE TABLE test(a int, b varchar(10)) engine=InnoDB"))
|
H A D | mysqli_insert_id_variation.phpt | 73 printf("[008a] mysqli_prepare changes insert_id: %s", var_export($link->insert_id, true));
|
H A D | mysqli_poll_kill.phpt | 45 // Yes, you can fetch a result - the query has been processed 60 // Let's pass a dead connection
|
H A D | mysqli_stmt_get_result.phpt | 189 string(1) "a" 203 %s(1) "a"
|
H A D | mysqli_connect_twice.phpt | 2 Calling connect() on an open connection to create a new connection
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | fscanf_variation20.phpt | 12 // create a file 44 "%30c", "%[a-bA-B@#$&]", "%*c");
|
H A D | fscanf_variation18.phpt | 12 // create a file 45 "%30s", "%[a-zA-Z0-9]", "%*s"
|
H A D | tempnam_variation1.phpt | 10 /* Creating number of unique files by passing a file name as prefix */
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | utf8_mobile_encodings.phpt | 50 // Continuation bytes which appear outside of a MB char 56 // (Using more bytes than needed to encode a character)
|
H A D | qprint_encoding.phpt | 26 // Regression test, found by a fuzzer
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_info.c | 28 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument 29 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[13], flags)
|
/PHP-8.3/ext/oci8/tests/ |
H A D | lob_null.phpt | 157 echo "\nFetch as a descriptor\n"; 252 Fetch as a descriptor
|
/PHP-8.3/Zend/ |
H A D | zend_vm_gen.php | 2236 $a = explode("|",$str); 2237 foreach ($a as $val) { 2245 if (count($a) != 1) { 2248 $a = array("ANY"); 2250 return array_flip($a); 2257 $a = explode("|",$str); 2258 foreach ($a as $val) { 2272 $a = explode(",", $str); 2273 foreach ($a as $rule) {
|
/PHP-8.3/ext/phar/tests/zip/files/ |
H A D | corrupt_zipmaker.php.inc | 20 * You should have received a copy of the GNU Lesser General Public 62 * Set a comment on the ZIP file 68 * @return the date formatted as a ZIP date
|
/PHP-8.3/main/ |
H A D | php_streams.h | 387 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b); 388 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b); 391 int (*compare) (const zend_string **a, const zend_string **b));
|
/PHP-8.3/tests/output/ |
H A D | ob_start_basic_006.phpt | 2 ob_start(): ensure multiple buffer initialization with a single call using arrays is not supported …
|
/PHP-8.3/ext/phar/tests/ |
H A D | fgc_edgecases.phpt | 93 …edgecases.phar.php/oops): Failed to open stream: phar error: path "oops" is a directory in phar://…
|
/PHP-8.3/ext/standard/tests/dir/ |
H A D | readdir_variation5.phpt | 13 * Open a directory with different premissions then try to read it
|
/PHP-8.3/ext/standard/tests/math/ |
H A D | octdec_variation1.phpt | 15 // get a resource variable
|
/PHP-8.3/ext/date/tests/ |
H A D | bug73858.phpt | 48 This final test seems to prove that the input string is important and that the "- 1 second" has a n…
|
/PHP-8.3/ext/standard/tests/file/windows_mb_path/ |
H A D | util.inc | 146 /* a bit unhandy, but content can be put from outside, if needed */
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | floatval.phpt | 50 // get a resource type variable
|
Completed in 59 milliseconds
1...<<261262263264265266267268269270>>...277