Home
last modified time | relevance | path

Searched refs:NULL (Results 2501 – 2525 of 3296) sorted by relevance

1...<<101102103104105106107108109110>>...132

/PHP-7.4/ext/standard/
H A Ddatetime.c91 if (unparsed_part == NULL) { in PHP_FUNCTION()
H A Dmetaphone.c33 zend_string *result = NULL; in PHP_FUNCTION()
184 if (word == NULL) in metaphone()
/PHP-7.4/ext/date/tests/
H A DDateTime_construct_basic1.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
/PHP-7.4/ext/dba/tests/
H A Ddba_split.phpt27 NULL
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_systemd.c73 fpm_event_set_timer(&heartbeat, FPM_EV_PERSIST, &fpm_systemd_heartbeat, NULL); in fpm_systemd_heartbeat()
/PHP-7.4/tests/classes/
H A D__set__get_005.phpt16 return NULL;
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpecl_bug_5200.phpt15 $db->exec("CREATE TABLE test (bar INT NOT NULL, phase enum('please_select', 'I', 'II', 'IIa', 'IIb'…
H A Dpdo_mysql_stmt_getcolumnmeta.phpt154 test_meta($db, 50, 'BOOLEAN', 1, NULL, ($is_mysqlnd) ? PDO::PARAM_INT : PDO::PARAM_STR);
228 test_meta($db, 620, "ENUM('yes', 'no') DEFAULT 'yes'", 'no', NULL, PDO::PARAM_STR);
229 test_meta($db, 630, "SET('yes', 'no') DEFAULT 'yes'", 'no', NULL, PDO::PARAM_STR);
258 …$sql = sprintf('CREATE TABLE test(id INT PRIMARY KEY NOT NULL AUTO_INCREMENT) ENGINE = %s', MySQLP…
298 $stmt = $db->query('SELECT NULL AS col1');
300 if ('NULL' !== $meta['native_type'])
301 printf("[1006] Expecting NULL got %s\n", $meta['native_type']);
H A Dpdo_mysql_prepare_native_named_placeholder.phpt78 1 => NULL,
79 2 => NULL,
/PHP-7.4/Zend/tests/arrow_functions/
H A D006.phpt40 NULL
/PHP-7.4/Zend/tests/
H A Dbug63336.phpt20 …y $more = Array) should be compatible with Base::foo($var = TEST, $more = NULL) in %sbug63336.php …
H A Dclosure_027.phpt28 NULL
H A Dsettype_object.phpt27 NULL,
/PHP-7.4/ext/exif/tests/
H A Dbug78910.phpt43 NULL
/PHP-7.4/ext/mysqli/tests/
H A Dbug69899.phpt37 NULL
/PHP-7.4/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_002w.phpt16 $struct = new SOAPList('arg1',1, new SOAPList('arg2',2,NULL));
41 NULL
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36226.phpt81 …tion __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NULL) {
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.c250 mysqlnd_stat_trigger ret = NULL; in mysqlnd_stats_set_trigger()
267 mysqlnd_stat_trigger ret = NULL; in mysqlnd_stats_reset_triggers()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt73 echo "NULL\n";
121 NULL
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_variation5.phpt157 NULL
177 NULL
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_hz.c45 NULL,
46 NULL,
/PHP-7.4/Zend/
H A Dzend_objects_API.c39 objects->object_buckets = NULL; in zend_objects_store_destroy()
187 ZEND_ASSERT(EG(objects_store).object_buckets != NULL); in zend_objects_store_del()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt38 NULL, // NULL as argument
/PHP-7.4/TSRM/
H A DTSRM.h110 #define ts_resource(id) ts_resource_ex(id, NULL)
178 #define TSRMLS_CACHE_DEFINE() TSRM_TLS void *TSRMLS_CACHE = NULL;
/PHP-7.4/ext/date/lib/
H A Dastro.c231 timelib_update_ts(t_loc, NULL); in timelib_astro_rise_set_altitude()
240 timelib_update_ts(t_utc, NULL); in timelib_astro_rise_set_altitude()

Completed in 44 milliseconds

1...<<101102103104105106107108109110>>...132