Home
last modified time | relevance | path

Searched refs:NULL (Results 251 – 275 of 3296) sorted by relevance

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c63 while (current != NULL) in PRIV()
91 if (functions->executable_funcs[i] != NULL) in PRIV()
132 return NULL; in pcre2_jit_stack_create()
139 return NULL; in pcre2_jit_stack_create()
146 if (jit_stack == NULL) return NULL; in pcre2_jit_stack_create()
148 if (jit_stack->stack == NULL) in pcre2_jit_stack_create()
151 return NULL; in pcre2_jit_stack_create()
173 if (mcontext == NULL) return; in pcre2_jit_stack_assign()
191 if (jit_stack != NULL) in pcre2_jit_stack_free()
H A Dpcre2_serialize.c87 if (codes == NULL || serialized_bytes == NULL || serialized_size == NULL) in pcre2_serialize_encode()
94 tables = NULL; in pcre2_serialize_encode()
98 if (codes[i] == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_encode()
101 if (tables == NULL) in pcre2_serialize_encode()
110 if (bytes == NULL) return PCRE2_ERROR_NOMEMORY; in pcre2_serialize_encode()
177 if (data == NULL || codes == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_decode()
217 if (dst_re == NULL) in pcre2_serialize_decode()
223 codes[j] = NULL; in pcre2_serialize_decode()
243 dst_re->executable_jit = NULL; in pcre2_serialize_decode()
263 if (data == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_get_number_of_codes()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_escape_string.phpt13 $tmp = NULL;
14 $link = NULL;
16 if (NULL !== ($tmp = @mysqli_real_escape_string()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (NULL !== ($tmp = @mysqli_real_escape_string($link)))
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 if (NULL !== ($tmp =@mysqli_real_escape_string($link, "foo", "foo")))
25 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
51 if (NULL !== ($tmp = @mysqli_escape_string()))
52 printf("[011] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_close.phpt13 $tmp = NULL;
14 $link = NULL;
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 $tmp = @mysqli_close(NULL);
27 if (NULL !== $tmp)
28 printf("[004] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c78 *ppvObject = NULL; in stm_queryinterface()
265 if (stm == NULL) in php_com_wrapper_export_stream()
266 return NULL; in php_com_wrapper_export_stream()
532 IStream *stm = NULL; in CPH_METHOD()
543 if (stream == NULL) { in CPH_METHOD()
549 if (stm == NULL) { in CPH_METHOD()
592 IStream *stm = NULL; in CPH_METHOD()
605 if (stream == NULL) { in CPH_METHOD()
611 if (stm == NULL) { in CPH_METHOD()
642 zval *zobj = NULL; in CPH_METHOD()
[all …]
/PHP-7.4/ext/phar/
H A Dstream.c48 NULL
53 NULL,
63 char *arch = NULL, *entry = NULL, *error; in phar_parse_url()
67 return NULL; in phar_parse_url()
73 return NULL; in phar_parse_url()
84 return NULL; in phar_parse_url()
117 return NULL; in phar_parse_url()
128 return NULL; in phar_parse_url()
174 return NULL; in phar_wrapper_open_url()
181 return NULL; in phar_wrapper_open_url()
[all …]
/PHP-7.4/Zend/tests/
H A Dbug38287.phpt9 // $not_there is really NULL
12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
14 // will print NULL (which is ok, but execution should never get here if the value is NULL)
22 static $object=NULL;
23 if ($object===NULL)
45 NULL
/PHP-7.4/main/streams/
H A Dxp_socket.c70 ptimeout = NULL; in php_sockop_write()
133 ptimeout = NULL; in php_sock_stream_wait_for_data()
295 *addr = NULL; in sock_recvfrom()
501 NULL, /* seek */
512 NULL, /* seek */
593 return NULL; in parse_ip_address_ex()
602 colon = NULL; in parse_ip_address_ex()
611 return NULL; in parse_ip_address_ex()
704 char *host = NULL, *bindto = NULL; in php_tcp_sockop_connect()
913 return NULL; in php_stream_generic_socket_factory()
[all …]
H A Dstreams.c310 return NULL; in _php_stream_alloc()
547 php_stream_bucket_brigade brig_in = { NULL, NULL }, brig_out = { NULL, NULL }; in _php_stream_fill_read_buffer()
769 return NULL; in php_stream_read_to_str()
904 return NULL; in _php_stream_get_line()
995 return NULL; in _php_stream_get_line()
1020 return NULL; in _php_stream_search_delim()
1042 return NULL; in php_stream_get_record()
1169 php_stream_bucket_brigade brig_in = { NULL, NULL }, brig_out = { NULL, NULL }; in _php_stream_write_filtered()
1940 return NULL;
2073 return NULL;
[all …]
/PHP-7.4/ext/intl/collator/
H A Dcollator_error.c39 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
47 if( co == NULL ) in PHP_FUNCTION()
62 zend_string* message = NULL; in PHP_FUNCTION()
70 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
78 if( co == NULL ) in PHP_FUNCTION()
/PHP-7.4/ext/oci8/tests/
H A Dselect_null.phpt2 SELECTing NULL values
12 $stmt = oci_parse($pc, "select NULL from dual");
21 NULL
22 ["%r(NULL|EXP)%r"]=>
23 NULL
/PHP-7.4/ext/spl/tests/
H A Diterator_044.phpt76 NULL
79 NULL
85 NULL
91 NULL
94 NULL
101 NULL
103 NULL
107 NULL
113 NULL
119 NULL
[all …]
/PHP-7.4/ext/standard/
H A Dfile.c388 char *name = NULL, *value = NULL, *temp = NULL; in PHP_FUNCTION()
404 NULL); in PHP_FUNCTION()
556 NULL, context); in PHP_FUNCTION()
1014 char *buf = NULL; in PHP_FUNCTION()
1143 zval *args = NULL; in PHP_FUNCTION()
1165 if (buf == NULL) { in PHP_FUNCTION()
1691 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx()
1737 if ((sp = expand_filepath(src, NULL)) == NULL) { in php_copy_file_ctx()
1740 if ((dp = expand_filepath(dest, NULL)) == NULL) { in php_copy_file_ctx()
1860 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/formatter/
H A Dformatter_parse.c41 UChar* sstr = NULL; in PHP_FUNCTION()
43 char* str = NULL; in PHP_FUNCTION()
48 int32_t* position_p = NULL; in PHP_FUNCTION()
49 zval *zposition = NULL; in PHP_FUNCTION()
57 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
77 oldlocale = estrdup(setlocale(LC_NUMERIC, NULL)); in PHP_FUNCTION()
99 php_error_docref(NULL, E_WARNING, "Unsupported format type " ZEND_LONG_FMT, type); in PHP_FUNCTION()
128 UChar* sstr = NULL; in PHP_FUNCTION()
133 int32_t* position_p = NULL; in PHP_FUNCTION()
135 zval *zcurrency, *zposition = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation3-win32-mb.phpt118 NULL
123 NULL
128 NULL
133 NULL
138 NULL
143 NULL
148 NULL
153 NULL
158 NULL
163 NULL
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_recursive_variation2.phpt106 NULL
110 NULL
114 NULL
118 NULL
122 NULL
126 NULL
130 NULL
134 NULL
138 NULL
142 NULL
[all …]
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c226 if (convd != NULL && p != NULL) { in mbfl_buffer_converter_strncat()
256 if (convd == NULL || string == NULL) { in mbfl_buffer_converter_feed2()
304 if (convd != NULL && result != NULL && convd->device.buffer != NULL) { in mbfl_buffer_converter_getbuffer()
318 if (convd == NULL || result == NULL) { in mbfl_buffer_converter_result()
329 if (convd == NULL || string == NULL || result == NULL) { in mbfl_buffer_converter_feed_result()
431 if (identd != NULL && string != NULL && string->val != NULL) { in mbfl_encoding_detector_feed()
510 if (toenc == NULL || string == NULL || result == NULL) { in mbfl_convert_encoding()
825 if (haystack == NULL || haystack->val == NULL || needle == NULL || needle->val == NULL) { in mbfl_strpos()
1399 NULL, NULL))) { in mbfl_strcut()
1675 if (string == NULL || result == NULL) { in mbfl_strimwidth()
[all …]
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_attr.c41 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
64 char* value = NULL; in PHP_FUNCTION()
67 UChar* spattern = NULL; in PHP_FUNCTION()
74 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
87 intl_error_set( NULL, U_INVALID_FORMAT_ERROR, in PHP_FUNCTION()
94 …umsg_applyPattern(MSG_FORMAT_OBJECT(mfo), spattern, spattern_len, NULL, &INTL_DATA_ERROR_CODE(mfo)… in PHP_FUNCTION()
109 mfo->mf_data.arg_types = NULL; in PHP_FUNCTION()
130 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/PHP-7.4/ext/gd/libgd/
H A Dgd_tga.c34 if (in == NULL) return NULL; in gdImageCreateFromTga()
47 if (in == NULL) return NULL; in gdImageCreateFromTgaPtr()
65 oTga *tga = NULL; in gdImageCreateFromTgaCtx()
74 return NULL; in gdImageCreateFromTgaCtx()
77 tga->bitmap = NULL; in gdImageCreateFromTgaCtx()
78 tga->ident = NULL; in gdImageCreateFromTgaCtx()
82 return NULL; in gdImageCreateFromTgaCtx()
92 return NULL; in gdImageCreateFromTgaCtx()
99 return NULL; in gdImageCreateFromTgaCtx()
186 tga->ident = NULL; in read_header_tga()
[all …]
H A Dgd_png.c152 return NULL; in gdImageCreateFromPngCtx()
156 return NULL; in gdImageCreateFromPngCtx()
162 png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); in gdImageCreateFromPngCtx()
166 return NULL; in gdImageCreateFromPngCtx()
172 png_destroy_read_struct (&png_ptr, NULL, NULL); in gdImageCreateFromPngCtx()
174 return NULL; in gdImageCreateFromPngCtx()
190 return NULL; in gdImageCreateFromPngCtx()
210 return NULL; in gdImageCreateFromPngCtx()
231 return NULL; in gdImageCreateFromPngCtx()
279 return NULL; in gdImageCreateFromPngCtx()
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_warning.c75 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings()
80 return NULL; in php_get_warnings()
122 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings()
127 return NULL; in php_get_warnings()
290 php_error_docref(NULL, E_WARNING, "No warnings found");
305 php_error_docref(NULL, E_WARNING, "No warnings found");
309 php_error_docref(NULL, E_WARNING, "invalid class argument");
328 PHP_ME(mysqli_warning, __construct, NULL, ZEND_ACC_PROTECTED)
329 PHP_ME(mysqli_warning, next, NULL, ZEND_ACC_PUBLIC)
338 {"errno", sizeof("errno") - 1, mysqli_warning_errno, NULL},
[all …]
H A Dmysqli_nonapi.c47 MyG(error_msg) = NULL; in php_mysqli_set_error()
54 MY_MYSQL *mysql = NULL;
57 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL,
58 *ssl_key = NULL, *ssl_cert = NULL, *ssl_ca = NULL, *ssl_capath = NULL,
59 *ssl_cipher = NULL;
587 char *query = NULL;
838 MYSQLND **new_r_array = NULL, **new_e_array = NULL, **new_dont_poll_array = NULL;
1057 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL;
1166 char * name = NULL;
1219 char * name = NULL;
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation20.phpt543 NULL
546 NULL
549 NULL
552 NULL
555 NULL
558 NULL
561 NULL
564 NULL
567 NULL
570 NULL
[all …]
/PHP-7.4/sapi/cli/
H A Dphp_cli.c122 cli_shell_callbacks_t cli_shell_callbacks = { NULL, NULL, NULL };
193 zend_hash_init(&sorted_registry, 50, NULL, NULL, 0); in print_modules()
223 sorted_exts.dtor = NULL; in print_extensions()
250 ret = php_select(fd+1, NULL, &wfd, NULL, &tv); in sapi_cli_select()
385 return NULL; in sapi_cli_read_cookies()
447 NULL, /* getenv */
548 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in cli_register_file_handles()
555 if (s_in==NULL || s_out==NULL || s_err==NULL) { in cli_register_file_handles()
624 char *php_optarg = NULL, *orig_optarg = NULL; in do_cli()
626 char *exec_direct=NULL, *exec_run=NULL, *exec_begin=NULL, *exec_end=NULL; in do_cli()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_factories_error.phpt12 var_dump(IntlBreakIterator::createSentenceInstance(NULL, 2));
13 var_dump(IntlBreakIterator::createCharacterInstance(NULL, 2));
14 var_dump(IntlBreakIterator::createTitleInstance(NULL, 2));
15 var_dump(IntlBreakIterator::createLineInstance(NULL, 2));
20 NULL
25 NULL
30 NULL
35 NULL
40 NULL

Completed in 64 milliseconds

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