Home
last modified time | relevance | path

Searched refs:NULL (Results 376 – 400 of 3296) sorted by relevance

1...<<11121314151617181920>>...132

/PHP-7.4/Zend/
H A Dzend_object_handlers.c121 *table = NULL; in zend_std_get_gc()
128 *table = NULL; in zend_std_get_gc()
139 return NULL; in zend_std_get_gc()
365 return NULL; in zend_get_parent_private_property()
503 return NULL; in zend_get_property_info()
978 return NULL; in zend_std_read_dimension()
983 return NULL; in zend_std_read_dimension()
1225 return NULL; in zend_get_parent_private_method()
1348 return NULL; in zend_std_get_method()
1533 return NULL; in zend_std_get_static_property_with_info()
[all …]
/PHP-7.4/sapi/cli/
H A Dphp_cli_process_title.c31 char *title = NULL; in PHP_FUNCTION()
44 php_error_docref(NULL, E_WARNING, "cli_set_process_title had an error: %s", ps_title_errno(rc)); in PHP_FUNCTION()
54 const char* title = NULL; in PHP_FUNCTION()
63 … php_error_docref(NULL, E_WARNING, "cli_get_process_title had an error: %s", ps_title_errno(rc)); in PHP_FUNCTION()
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_main.c32 zval *error_code = NULL; in PHP_METHOD()
41 ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
44 …php_error_docref(NULL, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER… in PHP_METHOD()
64 zval *error_code = NULL; in PHP_METHOD()
79 …php_error_docref(NULL, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER… in PHP_METHOD()
109 …php_error_docref(NULL, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER… in PHP_METHOD()
132 …php_error_docref(NULL, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER… in PHP_METHOD()
158 php_error_docref(NULL, E_WARNING, "Invalid restriction level value"); in PHP_METHOD()
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_null.phpt11 'int nullable' => function (int $i = NULL) { return $i; },
12 'float nullable' => function (float $f = NULL) { return $f; },
13 'string nullable' => function (string $s = NULL) { return $s; },
14 'bool nullable' => function (bool $b = NULL) { return $b; }
38 NULL
40 NULL
42 NULL
44 NULL
/PHP-7.4/ext/mysqli/tests/
H A D048.phpt59 NULL
61 NULL
63 NULL
65 NULL
67 NULL
69 NULL
71 NULL
73 NULL
/PHP-7.4/ext/standard/tests/array/
H A Darray_reverse_variation3.phpt43 array(NULL), // array with NULL
54 /*13*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
206 NULL
211 NULL
216 NULL
414 NULL
416 NULL
423 NULL
425 NULL
432 NULL
[all …]
H A Darray_rand.phpt20 NULL
23 NULL
26 NULL
29 NULL
32 NULL
35 NULL
38 NULL
/PHP-7.4/ext/posix/tests/
H A Dposix_mknod_basic.phpt11 var_dump(posix_mknod(NULL, NULL, NULL, NULL));
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_7bit.c42 NULL,
43 NULL,
45 NULL,
46 NULL
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_string.c50 string->val = (unsigned char*)NULL; in mbfl_string_init()
61 string->val = (unsigned char*)NULL; in mbfl_string_init_set()
70 if (string->val != (unsigned char*)NULL) { in mbfl_string_clear()
73 string->val = (unsigned char*)NULL; in mbfl_string_clear()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c69 S->result = NULL; in pgsql_stmt_dtor()
75 char *q = NULL; in pgsql_stmt_dtor()
106 S->query = NULL; in pgsql_stmt_dtor()
112 char *q = NULL; in pgsql_stmt_dtor()
126 S->cols = NULL; in pgsql_stmt_dtor()
142 S->result = NULL; in pgsql_stmt_execute()
148 char *q = NULL; in pgsql_stmt_execute()
422 char *q = NULL; in pgsql_stmt_fetch()
541 *ptr = NULL; in pgsql_stmt_get_col()
572 *ptr = NULL; in pgsql_stmt_get_col()
[all …]
/PHP-7.4/ext/pcntl/
H A Dpcntl.c235 NULL,
236 NULL,
706 zval *z_status = NULL, *z_rusage = NULL; in PHP_FUNCTION()
756 zval *z_status = NULL, *z_rusage = NULL; in PHP_FUNCTION()
951 zval *args = NULL, *envs = NULL; in PHP_FUNCTION()
956 char **argv = NULL, **envp = NULL; in PHP_FUNCTION()
992 argv[1] = NULL; in PHP_FUNCTION()
1030 *(pair) = NULL; in PHP_FUNCTION()
1108 if (!zend_is_callable_ex(handle, NULL, 0, NULL, NULL, &error)) { in PHP_FUNCTION()
1467 psig->next = NULL; in pcntl_signal_handler()
[all …]
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h185 #define xml_elem_next_element(el) ((el) ? (xml_element *)Q_Next(&el->children) : NULL)
186 #define xml_elem_head_element(el) ((el) ? (xml_element *)Q_Head(&el->children) : NULL)
187 #define xml_elem_next_attr(el) ((el) ? (xml_element_attr *)Q_Next(&el->attrs) : NULL)
188 #define xml_elem_head_attr(el) ((el) ? (xml_element_attr *)Q_Head(&el->attrs) : NULL)
189 #define xml_elem_get_name(el) (char *)((el) ? el->name : NULL)
190 #define xml_elem_get_val(el) (char *)((el) ? el->text.str : NULL)
/PHP-7.4/ext/intl/tests/
H A Dgregoriancalendar___construct_basic.phpt18 $intlcal = new IntlGregorianCalendar('Europe/Lisbon', NULL);
22 $intlcal = new IntlGregorianCalendar(NULL, 'pt_PT');
30 $intlcal = new IntlGregorianCalendar('Europe/Paris', 'fr_CA', NULL, NULL, NULL, NULL);
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c165 NULL,
166 NULL,
167 NULL,
475 if (my_key == NULL) { in determine_vector_type()
526 return NULL; in PHP_to_XMLRPC_worker()
544 return NULL; in PHP_to_XMLRPC_worker()
561 return NULL; in PHP_to_XMLRPC_worker()
674 char *method = NULL; in PHP_FUNCTION()
689 if (method == NULL) { in PHP_FUNCTION()
722 XMLRPC_VALUE xOut = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_sqlstate.c315 zend_hash_init(&err_hash, sizeof(err_initializer)/sizeof(err_initializer[0]), NULL, NULL, 1); in pdo_sqlstate_init_error_table()
329 if ((info = zend_hash_str_find_ptr(&err_hash, state, sizeof(err_initializer[0].state))) != NULL) { in pdo_sqlstate_state_to_description()
332 return NULL; in pdo_sqlstate_state_to_description()
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation8.phpt845 NULL
848 NULL
851 NULL
854 NULL
857 NULL
860 NULL
863 NULL
866 NULL
869 NULL
872 NULL
[all …]
H A Dfgetcsv_variation21.phpt75 NULL
83 NULL
91 NULL
99 NULL
107 NULL
115 NULL
123 NULL
131 NULL
139 NULL
147 NULL
[all …]
/PHP-7.4/ext/libxml/tests/
H A Dbug76777.phpt33 NULL
37 NULL
39 NULL
41 NULL
43 NULL
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c49 pdo_mysql_stmt *S = NULL; in _pdo_mysql_error()
73 einfo->errmsg = NULL; in _pdo_mysql_error()
156 dbh->driver_data = NULL; in mysql_handle_closer()
167 char *nsql = NULL; in mysql_handle_preparer()
217 S->stmt = NULL; in mysql_handle_preparer()
232 S->params = NULL; in mysql_handle_preparer()
569 NULL,
571 NULL
587 char *host = NULL, *unix_socket = NULL;
665 zend_string *default_file = NULL, *default_group = NULL;
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dbug41069.phpt96 NULL
98 NULL
104 NULL
106 NULL
114 NULL
135 NULL
164 NULL
172 NULL
186 NULL
188 NULL
[all …]
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp119 ret = NULL; in timezone_convert_to_datetimezone()
136 char *message = NULL; in timezone_process_timezone_argument()
158 return NULL; in timezone_process_timezone_argument()
168 return NULL; in timezone_process_timezone_argument()
183 return NULL; in timezone_process_timezone_argument()
194 return NULL; in timezone_process_timezone_argument()
204 return NULL; in timezone_process_timezone_argument()
215 return NULL; in timezone_process_timezone_argument()
275 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
307 if (tz == NULL) { in TimeZone_get_debug_info()
[all …]
/PHP-7.4/ext/dba/
H A Ddba_db4.c73 DB *dbp = NULL;
121 if ((err=db_create(&dbp, NULL, 0)) == 0) {
133 data->cursor = NULL;
160 char *new = NULL;
168 if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
188 if (!dba->dbp->put(dba->dbp, NULL, &gkey, &gval,
207 if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
232 dba->cursor = NULL;
233 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) {
234 return NULL;
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_request.c44 proc = fpm_scoreboard_proc_acquire(NULL, -1, 0); in fpm_request_accepting()
45 if (proc == NULL) { in fpm_request_accepting()
70 now_epoch = time(NULL); in fpm_request_reading_headers()
75 proc = fpm_scoreboard_proc_acquire(NULL, -1, 0); in fpm_request_reading_headers()
76 if (proc == NULL) { in fpm_request_reading_headers()
115 proc = fpm_scoreboard_proc_acquire(NULL, -1, 0); in fpm_request_info()
116 if (proc == NULL) { in fpm_request_info()
159 proc = fpm_scoreboard_proc_acquire(NULL, -1, 0); in fpm_request_executing()
160 if (proc == NULL) { in fpm_request_executing()
186 if (proc == NULL) { in fpm_request_end()
[all …]
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c40 pdo_dblib_stmt *S = NULL; in dblib_fetch_error()
87 H->link = NULL; in dblib_handle_closer()
91 H->login = NULL; in dblib_handle_closer()
94 dbh->driver_data = NULL; in dblib_handle_closer()
235 char *id = NULL; in dblib_handle_last_id()
242 return NULL; in dblib_handle_last_id()
246 return NULL; in dblib_handle_last_id()
252 return NULL; in dblib_handle_last_id()
259 return NULL; in dblib_handle_last_id()
264 return NULL; in dblib_handle_last_id()
[all …]

Completed in 64 milliseconds

1...<<11121314151617181920>>...132