Home
last modified time | relevance | path

Searched refs:NULL (Results 2476 – 2500 of 3296) sorted by relevance

1...<<919293949596979899100>>...132

/PHP-7.4/Zend/tests/
H A Dcast_to_object.phpt27 NULL,
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_info_read.phpt2 array curl_multi_info_read ( resource $mh [, int &$msgs_in_queue = NULL ] );
/PHP-7.4/Zend/tests/generators/
H A Dbug71013.phpt46 NULL
/PHP-7.4/ext/mysqli/tests/
H A Dbug55582.phpt39 NULL
H A Dlocal_infile_tools.inc56 return NULL;
67 return NULL;
76 return NULL;
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_62024.phpt14 $dbh->exec("CREATE TABLE test_insert (ID INTEGER NOT NULL, TEXT VARCHAR(10))");
H A Dbug_47415.phpt14 $dbh->exec('CREATE TABLE testz (idx int NOT NULL PRIMARY KEY, txt VARCHAR(20))');
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt148 $stmt = prepex(16, $db, 'SELECT id, label FROM test WHERE :placeholder IS NOT NULL',
151 printf("[017] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp);
153 $stmt = prepex(18, $db, 'SELECT id, label FROM test WHERE :placeholder IS NULL',
156 printf("[019] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
260 $stmt = prepex(47, $db, 'SELECT id, label FROM test WHERE ? IS NOT NULL',
263 printf("[048] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp);
265 $stmt = prepex(49, $db, 'SELECT id, label FROM test WHERE ? IS NULL',
268 printf("[050] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c128 if (name_count == NULL) { in file_softmagic()
132 if (indir_count == NULL) { in file_softmagic()
140 &printed_something, &need_separator, NULL, NULL)) != 0) in file_softmagic()
156 if (strchr(desc, '%') == NULL) in file_fmtcheck()
218 if (returnval == NULL) in match()
220 if (found_match == NULL) in match()
476 if (strchr(fmt, '%') == NULL) in check_fmt()
1316 if (s == NULL || nbytes < offset) { in mcopy()
1318 ms->search.s = NULL; in mcopy()
1755 if ((pb = file_push_buffer(ms)) == NULL) in mget()
[all …]
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php201 $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
223 if ($mstable[$i][$j] !== NULL)
554 if ($z === NULL)
/PHP-7.4/ext/standard/tests/strings/
H A Dlcfirst.phpt25 NULL,
26 "NULL",
186 NULL
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt80 'uppercase NULL' => NULL,
171 --uppercase NULL--
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt116 array(NULL),
153 new point(NULL, NULL),
199 string(4) "NULL"
592 string(4) "NULL"
597 string(4) "NULL"
604 string(4) "NULL"
997 string(4) "NULL"
1002 string(4) "NULL"
H A Dgettype_settype_variation3.phpt112 array(NULL),
149 new point(NULL, NULL),
195 string(4) "NULL"
588 string(4) "NULL"
593 string(4) "NULL"
600 string(4) "NULL"
993 string(4) "NULL"
998 string(4) "NULL"
/PHP-7.4/ext/xml/tests/
H A Dxml011.phpt28 xml_set_element_handler($parser,'start_elem',NULL);
/PHP-7.4/ext/xsl/
H A Dphp_xsl.h94 php_error_docref(NULL, E_WARNING, "Cannot create required DOM object"); \
/PHP-7.4/ext/standard/tests/array/
H A Dkey_basic.phpt46 NULL
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug41004.phpt29 $in->optionalElement=NULL;
/PHP-7.4/ext/gmp/tests/
H A Dgmp_random_bits.phpt38 NULL
/PHP-7.4/ext/oci8/tests/
H A Dstatement_type.phpt19 "BEGIN NULL; END;",
/PHP-7.4/ext/pdo/tests/
H A Dpdo_001.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
H A Dpdo_008.phpt17 $db->exec('CREATE TABLE test(id CHAR(1) NOT NULL PRIMARY KEY, val VARCHAR(10))');
H A Dpdo_028.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val1 VARCHAR(10), val2 VARCHAR(10), val3 …
/PHP-7.4/ext/posix/
H A Dphp_posix.h137 #define posix_module_ptr NULL
/PHP-7.4/ext/reflection/tests/
H A D002.phpt56 NULL

Completed in 72 milliseconds

1...<<919293949596979899100>>...132