/PHP-7.4/ext/standard/ |
H A D | assert.c | 72 ASSERTG(cb) = NULL; in PHP_INI_MH() 91 assert_globals_p->cb = NULL; in PHP_INI_END() 110 INIT_CLASS_ENTRY(ce, "AssertionError", NULL); in PHP_MINIT_FUNCTION() 121 ASSERTG(cb) = NULL; in PHP_MSHUTDOWN_FUNCTION() 149 zval *description = NULL; in PHP_FUNCTION() 151 char *myeval = NULL; in PHP_FUNCTION() 230 call_user_function(NULL, NULL, &ASSERTG(callback), &retval, 3, args); in PHP_FUNCTION() 235 call_user_function(NULL, NULL, &ASSERTG(callback), &retval, 4, args); in PHP_FUNCTION() 246 zend_throw_exception(assertion_error_ce, NULL, E_ERROR); in PHP_FUNCTION() 261 php_error_docref(NULL, E_WARNING, "Assertion failed"); in PHP_FUNCTION() [all …]
|
H A D | dl.c | 55 php_error_docref(NULL, E_WARNING, "Dynamically loaded extensions aren't enabled"); in PHP_FUNCTION() 126 if (strchr(filename, '/') != NULL || strchr(filename, DEFAULT_SLASH) != NULL) { in php_load_extension() 129 php_error_docref(NULL, E_WARNING, "Temporary module name should contain only filename"); in php_load_extension() 158 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' (tried: %s (%s), %s (%s))", in php_load_extension() 172 php_error_docref(NULL, error_type, err1); in php_load_extension() 199 php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); in php_load_extension() 204 php_error_docref(NULL, error_type, in php_load_extension() 214 php_error_docref(NULL, error_type, in php_load_extension() 227 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension() 239 php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name); in php_load_extension() [all …]
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | bug74719.phpt | 2 Bug #74719 Allow NULL as context, testing fopen, rename, unlink, mkdir and rmdir 10 $h = fopen($tmpFile, "w", false, NULL); 17 if (rename($tmpFile, $newTmpFile, NULL)) { 21 if (unlink($newTmpFile, NULL)) { 27 if (mkdir($tmpDir, 0777, false, NULL)) { 31 if (rmdir($tmpDir, NULL)) {
|
H A D | stream_rfc2397_002.phpt | 52 NULL 55 NULL 56 NULL 73 NULL 76 NULL 77 NULL 80 NULL 81 NULL 84 NULL 85 NULL [all …]
|
/PHP-7.4/ext/phar/ |
H A D | dirstream.c | 190 zend_hash_init(data, 64, NULL, NULL, 0); in phar_make_dirstream() 290 return NULL; in phar_make_dirstream() 316 return NULL; in phar_wrapper_open_dir() 328 return NULL; in phar_wrapper_open_dir() 334 return NULL; in phar_wrapper_open_dir() 349 return NULL; in phar_wrapper_open_dir() 366 return NULL; in phar_wrapper_open_dir() 371 return NULL; in phar_wrapper_open_dir() 404 return NULL; in phar_wrapper_open_dir() 427 phar = NULL; in phar_wrapper_mkdir() [all …]
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_get_result_types.phpt | 120 func_mysqli_stmt_get_result($link, $engine, "i", "TINYINT", NULL, 40); 125 func_mysqli_stmt_get_result($link, $engine, "i", "BOOL", NULL, 120); 127 func_mysqli_stmt_get_result($link, $engine, "i", "BOOLEAN", NULL, 160); 131 func_mysqli_stmt_get_result($link, $engine, "i", "SMALLINT", NULL, 220); 137 func_mysqli_stmt_get_result($link, $engine, "d", "MEDIUMINT", NULL, 320); 144 func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", NULL, 440); 153 func_mysqli_stmt_get_result($link, $engine, "i", "BIGINT", NULL, 540); 163 func_mysqli_stmt_get_result($link, $engine, "d", "FLOAT", NULL, 620); 184 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", NULL, 880); 194 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", NULL, 1020); [all …]
|
/PHP-7.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 114 NULL, NULL, NULL); in pdo_sqlite_cleanup_callbacks() 141 NULL); in pdo_sqlite_cleanup_callbacks() 166 H->db = NULL; in sqlite_handle_closer() 212 if (sqlite3_exec(H->db, sql, NULL, NULL, &errmsg) != SQLITE_OK) { in sqlite_handle_doer() 247 if (sqlite3_exec(H->db, "BEGIN", NULL, NULL, &errmsg) != SQLITE_OK) { in sqlite_handle_begin() 323 zval *zargs = NULL; in do_callback() 555 func, php_sqlite3_func_callback, NULL, NULL); in PHP_METHOD() 717 return NULL; in get_driver_methods() 746 NULL 755 return NULL; in make_filename_safe() [all …]
|
/PHP-7.4/Zend/tests/ |
H A D | offset_bool.phpt | 10 var_dump($bool[NULL]); 29 NULL 32 NULL 35 NULL 38 NULL 41 NULL 44 NULL 47 NULL 50 NULL 53 NULL
|
H A D | offset_long.phpt | 10 var_dump($long[NULL]); 29 NULL 32 NULL 35 NULL 38 NULL 41 NULL 44 NULL 47 NULL 50 NULL 53 NULL
|
H A D | compare_002.phpt | 20 NULL, 77 string(0) "" !== NULL 94 int(1) !== NULL 111 float(2.5) !== NULL 128 int(0) !== NULL 190 NULL !== int(1) 191 NULL !== float(2.5) 192 NULL !== int(0) 196 NULL === NULL 197 NULL !== bool(true) [all …]
|
H A D | list_005.phpt | 38 NULL 39 NULL 40 NULL 42 NULL 43 NULL 44 NULL
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | each_variation1.phpt | 106 NULL 111 NULL 116 NULL 121 NULL 126 NULL 131 NULL 136 NULL 141 NULL 146 NULL 151 NULL [all …]
|
H A D | compact_order.phpt | 16 NULL 18 NULL 22 NULL 24 NULL
|
/PHP-7.4/ext/dba/ |
H A D | dba_db3.c | 59 DB *dbp = NULL; 92 if ((err=db_create(&dbp, NULL, 0)) == 0) { 104 data->cursor = NULL; 131 char *new = NULL; 136 if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { 153 if (!dba->dbp->put(dba->dbp, NULL, &gkey, &gval, 167 if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { 189 dba->cursor = NULL; 190 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) { 191 return NULL; [all …]
|
H A D | dba.c | 173 NULL, 174 NULL, 179 NULL, 180 NULL, 220 *key_free = NULL; 367 { NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL } 631 return NULL; in php_dba_find() 639 zval *args = NULL; in php_dba_open() 644 char *key = NULL, *error = NULL; in php_dba_open() 979 info->fp = NULL; in php_dba_open() [all …]
|
/PHP-7.4/main/streams/ |
H A D | filter.c | 165 bucket->prev = NULL; in php_stream_bucket_prepend() 183 bucket->next = NULL; in php_stream_bucket_append() 255 if (filter == NULL) { in php_stream_filter_create() 257 if (factory == NULL) in php_stream_filter_create() 290 filter->prev = NULL; in php_stream_filter_prepend_ex() 313 filter->next = NULL; in php_stream_filter_append_ex() 324 php_stream_bucket_brigade brig_in = { NULL, NULL }, brig_out = { NULL, NULL }; in php_stream_filter_append_ex() 402 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush() 434 outp->head = NULL; in _php_stream_filter_flush() 435 outp->tail = NULL; in _php_stream_filter_flush() [all …]
|
/PHP-7.4/ext/pdo_pgsql/tests/ |
H A D | copy_to.phpt | 27 $thirdParameter = NULL; 97 string(21) "0;test insert 0;NULL 109 string(7) "0;NULL 112 string(7) "1;NULL 115 string(7) "2;NULL 127 0;test insert 0;NULL 128 1;test insert 1;NULL 129 2;test insert 2;NULL 132 0;NULL 133 1;NULL [all …]
|
/PHP-7.4/main/ |
H A D | fopen_wrappers.c | 343 return NULL; 492 return NULL; 504 return NULL; 523 return NULL; 559 ptr = NULL; 627 return NULL; 648 return NULL; 711 return NULL; 781 return NULL; 793 return NULL; [all …]
|
/PHP-7.4/ext/dom/ |
H A D | cdatasection.c | 50 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD() 52 char *value = NULL; in PHP_METHOD() 59 nodep = xmlNewCDataBlock(NULL, (xmlChar *) value, value_len); in PHP_METHOD() 68 if (oldnode != NULL) { in PHP_METHOD()
|
H A D | comment.c | 50 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD() 52 char *value = NULL; in PHP_METHOD() 67 if (intern != NULL) { in PHP_METHOD() 69 if (oldnode != NULL) { in PHP_METHOD()
|
/PHP-7.4/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 62 NULL, 68 NULL, 69 NULL, 110 einfo->oserrstr = NULL; in ZEND_GET_MODULE() 115 einfo->dberrstr = NULL; in ZEND_GET_MODULE() 158 err->dberrstr = NULL; in pdo_dblib_err_dtor() 162 err->lastmsg = NULL; in pdo_dblib_err_dtor() 166 err->oserrstr = NULL; in pdo_dblib_err_dtor() 183 DBLIB_G(err).oserrstr = NULL; in PHP_RSHUTDOWN_FUNCTION() 187 DBLIB_G(err).dberrstr = NULL; in PHP_RSHUTDOWN_FUNCTION() [all …]
|
/PHP-7.4/ext/standard/tests/url/ |
H A D | parse_url_basic_003.phpt | 24 --> 64.246.30.37 : NULL 27 --> 64.246.30.37/ : NULL 29 --> php.net : NULL 30 --> php.net/ : NULL 33 --> www.php.net : NULL 34 --> www.php.net/ : NULL 89 --> scheme: : NULL 109 --> [] : NULL 111 --> : NULL 112 --> / : NULL [all …]
|
/PHP-7.4/ext/session/ |
H A D | session.c | 114 PS(id) = NULL; in php_rinit_session_globals() 198 return NULL; in php_set_session_var() 207 return NULL; in php_get_session_var() 241 return NULL; in php_session_encode() 1675 zend_string *lifetime = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in PHP_FUNCTION() 2877 if (PS(mod) == NULL || PS(serializer) == NULL) { in php_rinit_session() 3094 sapi_module.treat_data(PARSE_COOKIE, NULL, NULL); in php_session_rfc1867_early_find_sid() 3103 sapi_module.treat_data(PARSE_GET, NULL, NULL); in php_session_rfc1867_early_find_sid() 3356 NULL, 3366 NULL, [all …]
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg.c | 147 pg->exec = NULL; in php_phpdbg_globals_ctor() 151 pg->ops = NULL; in php_phpdbg_globals_ctor() 201 zend_hash_init(&PHPDBG_G(seek), 8, NULL, NULL, 0); in PHP_MINIT_FUNCTION() 367 char *class = NULL, *method = NULL; in PHP_FUNCTION() 552 zend_hash_init(files, 0, NULL, NULL, 0); in PHP_FUNCTION() 777 {NULL,NULL,NULL} 789 NULL, 807 return NULL; in php_sapi_phpdbg_read_cookies() 994 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in phpdbg_register_file_handles() 1001 if (s_in==NULL || s_out==NULL || s_err==NULL) { in phpdbg_register_file_handles() [all …]
|
/PHP-7.4/ext/zip/ |
H A D | php_zip.c | 102 return NULL; in php_zip_make_relative_path() 245 if (zf == NULL) { in php_zip_extract_file() 460 return NULL; in php_zipobj_get_filename() 466 return NULL; in php_zipobj_get_filename() 475 return NULL; in php_zipobj_get_zip_comment() 779 {NULL,NULL,NULL} 837 return NULL; in php_zip_property_reader() 881 return NULL; in php_zip_get_property_ptr_ptr() 1014 return NULL; in php_zip_get_properties() 1135 NULL, [all …]
|