Home
last modified time | relevance | path

Searched refs:NULL (Results 126 – 150 of 3296) sorted by relevance

12345678910>>...132

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c94 zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL; in PHP_FUNCTION()
98 char *hashkey = NULL; in PHP_FUNCTION()
145 if (stream == NULL) { in PHP_FUNCTION()
184 zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL; in PHP_FUNCTION()
217 NULL, NULL, context, &errstr, &err); in PHP_FUNCTION()
252 php_stream *stream = NULL, *clistream = NULL; in PHP_FUNCTION()
277 NULL, NULL, in PHP_FUNCTION()
317 NULL, NULL in PHP_FUNCTION()
869 if (FAILURE == call_user_function_ex(NULL, NULL, callback, &retval, 6, zvs, 0, NULL)) { in user_space_stream_notifier()
1132 zval *options = NULL, *params = NULL; in PHP_FUNCTION()
[all …]
H A Dfsock.c35 zval *zerrno = NULL, *zerrstr = NULL; in php_fsockopen_stream()
43 char *hashkey = NULL; in php_fsockopen_stream()
44 php_stream *stream = NULL; in php_fsockopen_stream()
46 char *hostname = NULL; in php_fsockopen_stream()
48 zend_string *errstr = NULL; in php_fsockopen_stream()
83 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); in php_fsockopen_stream()
88 if (stream == NULL) { in php_fsockopen_stream()
89 …php_error_docref(NULL, E_WARNING, "unable to connect to %s:" ZEND_LONG_FMT " (%s)", host, port, er… in php_fsockopen_stream()
96 if (stream == NULL) { in php_fsockopen_stream()
H A Dpassword.c102 return NULL; in php_password_make_salt()
109 return NULL; in php_password_make_salt()
117 return NULL; in php_password_make_salt()
154 return NULL; in php_password_get_salt()
163 return NULL; in php_password_get_salt()
169 return NULL; in php_password_get_salt()
269 return NULL; in php_password_bcrypt_hash()
274 return NULL; in php_password_bcrypt_hash()
289 return NULL; in php_password_bcrypt_hash()
473 NULL,
[all …]
H A Dproc_open.c98 zend_hash_init(env_hash, cnt, NULL, NULL, 0); in _php_array_to_envp()
372 return NULL; in dup_handle()
402 return NULL; in get_valid_arg_string()
409 return NULL; in get_valid_arg_string()
456 return NULL; in create_win_command_from_args()
478 char *command = NULL, *cwd = NULL; in PHP_FUNCTION()
501 wchar_t *cmdw = NULL, *cwdw = NULL, *envpw = NULL; in PHP_FUNCTION()
838 NULL, OPEN_EXISTING, 0, NULL); in PHP_FUNCTION()
978 cwdw = NULL; in PHP_FUNCTION()
980 cmdw = NULL; in PHP_FUNCTION()
[all …]
H A Ddir.c118 DIRG(default_dir) = NULL; in PHP_RINIT_FUNCTION()
131 ts_allocate_id(&dir_globals_id, sizeof(php_dir_globals), NULL, NULL); in PHP_MINIT_FUNCTION()
209 zval *zcontext = NULL; in _php_do_opendir()
223 if (dirp == NULL) { in _php_do_opendir()
262 zval *id = NULL, *tmp, *myself; in PHP_FUNCTION()
277 php_set_default_dir(NULL); in PHP_FUNCTION()
339 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
343 BG(CurrentLStatFile) = NULL; in PHP_FUNCTION()
355 char *ret=NULL; in PHP_FUNCTION()
426 char *pattern = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_send_query.phpt20 $tmp = NULL;
21 $link = NULL;
23 if (NULL !== ($tmp = @mysqli_send_query()))
24 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
26 if (NULL !== ($tmp = @mysqli_send_query($link)))
27 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
35 if (NULL !== ($tmp = @mysqli_send_query($link, $query)))
36 printf("[004] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
43 if (NULL !== ($tmp = mysqli_send_query($link, 'SELECT 1')))
44 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/pdo_mysql/
H A Dpdo_mysql.c56 # define PDO_MYSQL_UNIX_ADDR NULL in ZEND_GET_MODULE()
70 return NULL; in ZEND_GET_MODULE()
75 return NULL; in ZEND_GET_MODULE()
80 return NULL; in ZEND_GET_MODULE()
201 PDO_MYSQL_G(dbg) = NULL; in PHP_RSHUTDOWN_FUNCTION()
217 pdo_mysql_globals->default_socket = NULL; in PHP_GINIT_FUNCTION()
244 STANDARD_MODULE_HEADER_EX, NULL,
254 NULL,
255 NULL,
261 NULL,
[all …]
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c688 …if (!CertGetCertificateChain(NULL, cert_ctx, NULL, NULL, &chain_params, chain_flags, NULL, &cert_c… in php_openssl_win_cert_verify_callback()
812 cert = PEM_read_bio_X509(buffer, NULL, 0, NULL); in php_openssl_load_stream_cafile()
1112 if (FAILURE == call_user_function_ex(NULL, NULL, val, &retval, 1, &param, 0, NULL)) { in php_openssl_limit_handshake_reneg()
1229 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); in php_openssl_set_server_dh_param()
1372 return NULL; in php_openssl_create_sni_server_ctx()
1379 return NULL; in php_openssl_create_sni_server_ctx()
1551 return NULL; in php_openssl_alpn_protos_parse()
2626 return NULL; in php_openssl_get_url_name()
2631 return NULL; in php_openssl_get_url_name()
2653 return NULL; in php_openssl_get_url_name()
[all …]
/PHP-7.4/Zend/tests/
H A Dbug71841.phpt18 NULL
19 NULL
20 NULL
21 NULL
22 NULL
23 NULL
/PHP-7.4/ext/intl/collator/
H A Dcollator_compare.c34 char* str1 = NULL; in PHP_FUNCTION()
35 char* str2 = NULL; in PHP_FUNCTION()
39 UChar* ustr1 = NULL; in PHP_FUNCTION()
40 UChar* ustr2 = NULL; in PHP_FUNCTION()
52 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
62 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
65 zend_throw_error(NULL, "Object not initialized"); in PHP_FUNCTION()
80 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
96 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
/PHP-7.4/ext/intl/
H A Dintl_data.h36 zval* object = NULL; \
37 oclass##_object* obj = NULL; \
38 intl_error_reset( NULL );
50 intl_error_set_code( NULL, (err) ); \
53 intl_error_set_custom_msg( NULL, msg, 0 ); \
59 intl_error_set_code( NULL, (err) ); \
62 intl_error_set_custom_msg( NULL, msg, 0 ); \
69 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
78 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
88 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
[all …]
/PHP-7.4/ext/soap/
H A Dphp_encoding.c143 {{UNKNOWN_TYPE, NULL, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert},
229 {{END_KNOWN_TYPES, NULL, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert}
281 return NULL; in find_encoder_by_type_name()
302 if (attr == NULL || attr->ns == NULL) { in soap_check_zval_ref()
402 zns = NULL; in master_to_xml_int()
1184 return NULL; in get_zval_property()
1777 return NULL; in model_array_element()
3275 if (href == NULL || href->ns == NULL) {break;} in check_and_resolve_href()
3361 return NULL; in xmlSearchNsPrefixByHref()
3373 if (xmlns != NULL && xmlns->prefix == NULL) { in encode_add_ns()
[all …]
H A Dphp_http.c237 NULL, NULL); in http_connect()
426 stream = NULL; in make_http_soap_request()
447 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()
514 stream = NULL; in make_http_soap_request()
983 if (eqpos != NULL && (sempos == NULL || sempos > eqpos)) { in make_http_soap_request()
1124 if (new_url->scheme == NULL && new_url->path != NULL) { in make_http_soap_request()
1342 add_soap_fault(this_ptr, "HTTP", http_msg, NULL, NULL); in make_http_soap_request()
1405 return NULL; in get_http_header_value_nodup()
1419 return NULL; in get_http_header_value()
1555 return NULL; in get_http_body()
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt136 NULL
138 NULL
151 NULL
153 NULL
155 NULL
157 NULL
170 NULL
172 NULL
174 NULL
176 NULL
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dbug72524.phpt16 … "CREATE TABLE mytable (clob_col CLOB DEFAULT NULL, varchar2_col VARCHAR2(255) DEFAULT NULL)"
25 echo "Test 1 - P1 Value: NULL P1 Length: Default P1 Type: Default P2 Value: NULL P2 Length: Defa…
28 $clob = NULL;
29 $varchar2 = NULL;
53 $clob = NULL;
54 $varchar2 = NULL;
61 $clob = NULL;
62 $varchar2 = NULL;
81 Test 1 - P1 Value: NULL P1 Length: Default P1 Type: Default P2 Value: NULL P2 Length: Default P…
87 Test 4 - P1 Value: NULL P1 Length: -1 P1 Type: SQLT_LNG P2 Value: NULL P2 Length: -1 P…
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_plugin.c30 static MYSQLND_STATS * mysqlnd_plugin_example_stats = NULL;
55 NULL, /* will be filled later */
62 NULL, /* methods */
74 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
101 …zend_hash_init(&mysqlnd_registered_plugins, 4 /* initial hash size */, NULL /* hash_func */, NULL in mysqlnd_plugin_subsystem_init()
132 return mysqlnd_plugin_register_ex(NULL); in mysqlnd_plugin_register()
144 …php_error_docref(NULL, E_WARNING, "Plugin API version mismatch while loading plugin %s. Expected %… in mysqlnd_plugin_register_ex()
158 if ((plugin = zend_hash_str_find_ptr(&mysqlnd_registered_plugins, name, strlen(name))) != NULL) { in mysqlnd_plugin_find()
161 return NULL; in mysqlnd_plugin_find()
175 …php_error_docref(NULL, E_WARNING, "mysqlnd_plugin_apply_with_argument must not remove table entrie… in mysqlnd_plugin_apply_with_argument()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c118 return NULL; in php_xsl_xslt_string_to_xpathexpr()
150 return NULL; in php_xsl_xslt_make_params()
155 return NULL; in php_xsl_xslt_make_params()
180 zval *args = NULL; in xsl_ext_function_php()
267 curns = xmlNewNs(NULL, node->name, NULL); in xsl_ext_function_php()
308 if (obj == NULL || obj->stringval == NULL) { in xsl_ext_function_php()
398 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_FUNCTION()
498 return NULL; in php_xsl_apply_stylesheet()
503 return NULL; in php_xsl_apply_stylesheet()
508 f = NULL; in php_xsl_apply_stylesheet()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_variation1.phpt115 NULL
118 NULL
122 NULL
125 NULL
129 NULL
132 NULL
136 NULL
139 NULL
143 NULL
146 NULL
[all …]
H A Darray_intersect_variation2.phpt116 NULL
119 NULL
123 NULL
126 NULL
130 NULL
133 NULL
137 NULL
140 NULL
144 NULL
147 NULL
[all …]
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp40 zend_throw_exception( NULL, in PHP_METHOD()
50 const char *locale_str = NULL; in _breakiter_factory()
54 intl_error_reset(NULL); in _breakiter_factory()
64 if (locale_str == NULL) { in _breakiter_factory()
69 intl_error_set_code(NULL, status); in _breakiter_factory()
73 intl_error_set_custom_msg(NULL, msg, 1); in _breakiter_factory()
118 intl_error_reset(NULL); in PHP_FUNCTION()
152 UText *ut = NULL; in PHP_FUNCTION()
413 if (bio == NULL) in PHP_FUNCTION()
421 zend_string* message = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c89 return NULL; in inifile_alloc()
139 return NULL; in inifile_key_string()
151 return NULL; in etrim()
172 while ((fline = php_stream_gets(dba->fp, NULL, 0)) != NULL) { in inifile_read()
246 line_type ln = {{NULL,NULL},{NULL}}; in inifile_fetch()
299 line_type ln = {{NULL,NULL},{NULL}}; in inifile_nextkey()
340 line_type ln = {{NULL,NULL},{NULL}}; in inifile_find_group()
369 line_type ln = {{NULL,NULL},{NULL}}; in inifile_next_group()
392 *ini_copy = NULL; in inifile_copy_to()
421 line_type ln = {{NULL,NULL},{NULL}}; in inifile_filter()
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c36 char *module_name, *typelib_name = NULL, *server_name = NULL; in PHP_FUNCTION()
37 char *user_name = NULL, *domain_name = NULL, *password = NULL; in PHP_FUNCTION()
45 ITypeLib *TL = NULL; in PHP_FUNCTION()
213 qi.pItf = NULL; in PHP_FUNCTION()
274 if (SUCCEEDED(ITypeLib_GetDocumentation(TL, -1, &name, NULL, NULL, NULL))) { in PHP_FUNCTION()
362 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper()
407 msg = NULL; in php_com_invoke_helper()
469 zend_hash_init(obj->id_of_name_cache, 2, NULL, NULL, 0); in php_com_get_id_of_name()
485 VARIANT *vargs = NULL, *byref_vals = NULL; in php_com_do_invoke_byref()
708 char *dispname = NULL, *typelibname = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/pgsql/tests/
H A Dbug47199.phpt2 Bug #47199 (pg_delete fails on NULL)
15 pg_query("CREATE TABLE $tbl_name (null_field INT, not_null_field INT NOT NULL)");
22 $query = pg_delete($dbh, $tbl_name, array('null_field' => NULL,'not_null_field' => 2), PGSQL_DML_ST…
26 $query = pg_update($dbh, $tbl_name, array('null_field' => NULL, 'not_null_field' => 0), array('not_…
43 NULL
50 NULL
55 DELETE FROM "test_47199" WHERE "null_field" IS NULL AND "not_null_field"=2;
56 UPDATE "test_47199" SET "null_field"=NULL,"not_null_field"=0 WHERE "not_null_field"=1 AND "null_fie…
61 NULL
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c61 { NULL, NULL, },
68 { NULL, NULL, },
75 { NULL, NULL, },
87 NULL,
95 NULL,
434 NULL, NULL, NULL,
448 "mfbu_header", NULL, NULL, NULL, NULL,
462 "Book", "Workbook", NULL, NULL, NULL,
472 "WordDocument", NULL, NULL, NULL, NULL,
481 "PowerPoint", NULL, NULL, NULL, NULL,
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug61527.phpt45 $ao3 = new ArrayObject(array(), NULL, 'RecursiveArrayIterator');
68 NULL
69 NULL
72 NULL
73 NULL
74 NULL
75 NULL
76 NULL
77 NULL
78 NULL
[all …]

Completed in 128 milliseconds

12345678910>>...132