/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 597 DBG_RETURN(NULL); in mysqlnd_native_auth_get_auth_data() 631 NULL 685 NULL 714 RSA * ret = PEM_read_bio_RSA_PUBKEY(bio, NULL, NULL, NULL); in mysqlnd_sha256_get_rsa_from_pem() 738 DBG_RETURN(NULL); in mysqlnd_sha256_public_encrypt() 767 if (!CryptStringToBinaryA(buf, len, CRYPT_STRING_BASE64HEADER, NULL, &der_len, NULL, NULL)) { in mysqlnd_sha256_get_rsa_from_pem() 805 NULL, 0, NULL, 0, &server_public_key_len, BCRYPT_PAD_OAEP)) { in mysqlnd_sha256_public_encrypt() 886 DBG_RETURN(NULL); in mysqlnd_sha256_get_rsa_key() 969 NULL 1055 NULL, 0, NULL, 0, &server_public_key_len, BCRYPT_PAD_OAEP)) { in mysqlnd_caching_sha2_public_encrypt() [all …]
|
/PHP-7.4/Zend/tests/ |
H A D | compare_002_64bit.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 …]
|
/PHP-7.4/ext/curl/ |
H A D | multi.c | 148 return NULL; in _php_curl_multi_find_easy_handle() 156 return NULL; in _php_curl_multi_find_easy_handle() 337 zval *zmsgs_in_queue = NULL; in PHP_FUNCTION() 351 if (tmp_msg == NULL) { in PHP_FUNCTION() 366 if (pz_ch != NULL) { in PHP_FUNCTION() 436 rsrc->ptr = NULL; in _php_curl_multi_close() 489 zval *pz_parent_ch = NULL; in _php_server_push_callback() 499 if (pz_parent_ch == NULL) { in _php_server_push_callback() 522 zend_fcall_info_init(&t->func_name, 0, &fci, &t->fci_cache, NULL, NULL); in _php_server_push_callback() 546 ch->cp = NULL; in _php_server_push_callback() [all …]
|
/PHP-7.4/ext/zlib/ |
H A D | zlib.c | 368 return NULL; in php_zlib_encode() 376 php_zlib_buffer buffer = {NULL, NULL, 0, 0, 0}; in php_zlib_inflate_rounds() 378 *buf = NULL; in php_zlib_inflate_rounds() 455 *out_buf = NULL; in php_zlib_decode() 580 stream = php_stream_gzopen(NULL, filename, "rb", flags, NULL, NULL STREAMS_CC); in PHP_FUNCTION() 619 stream = php_stream_gzopen(NULL, filename, mode, flags, NULL, NULL STREAMS_CC); in PHP_FUNCTION() 647 stream = php_stream_gzopen(NULL, filename, "rb", flags, NULL, NULL STREAMS_CC); in PHP_FUNCTION() 835 char *dict = NULL; in PHP_FUNCTION() 1071 char *dict = NULL; in PHP_FUNCTION() 1624 NULL, [all …]
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_intersect_variation3.phpt | 54 /*5*/ array(NULL), // array with NULL 67 /*14*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null), 148 NULL 152 NULL 263 NULL 265 NULL 269 NULL 271 NULL 310 NULL 312 NULL [all …]
|
/PHP-7.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_case.phpt | 142 NULL 144 NULL 146 NULL 148 NULL 165 NULL 167 NULL 169 NULL 171 NULL 186 NULL 188 NULL [all …]
|
H A D | pdo_mysql_types_zerofill.phpt | 13 function test_type(&$db, $offset, $sql_type, $value, $ret_value = NULL, $pattern = NULL) { 99 test_type($db, 100, 'REAL ZEROFILL', -1.01, NULL, '/^[0]*0$/'); 103 test_type($db, 130, 'DOUBLE ZEROFILL', -1.01, NULL, '/^[0]*0$/'); 104 test_type($db, 140, 'DOUBLE ZEROFILL', 1.01, NULL, '/^[0]*1\.01$/'); 107 test_type($db, 160, 'FLOAT ZEROFILL', -1.01, NULL, '/^[0]*0$/'); 108 test_type($db, 170, 'FLOAT ZEROFILL', 1, NULL, '/^[0]*1$/'); 109 test_type($db, 180, 'FLOAT UNSIGNED ZEROFILL', -1, NULL, '/^[0]*0$/'); 111 test_type($db, 190, 'DECIMAL ZEROFILL', -1.01, NULL, '/^[0]*0$/'); 112 test_type($db, 200, 'DECIMAL ZEROFILL', 1.01, NULL, '/^[0]*1$/'); 115 test_type($db, 220, 'NUMERIC ZEROFILL', -1, NULL, '/^[0]*0$/'); [all …]
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 73 unichar *ubuf = NULL; in file_ascmagic() 78 const char *code = NULL; in file_ascmagic() 152 == NULL) in file_ascmagic_with_encoding() 157 if ((rv = file_softmagic(ms, &bb, NULL, NULL, in file_ascmagic_with_encoding() 349 return NULL; in encode_utf8() 353 return NULL; in encode_utf8() 358 return NULL; in encode_utf8() 364 return NULL; in encode_utf8() 371 return NULL; in encode_utf8() 379 return NULL; in encode_utf8() [all …]
|
/PHP-7.4/main/ |
H A D | rfc1867.c | 95 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() 144 index = NULL; in normalize_protected_variable() 347 return NULL; in next_line() 406 char *key = NULL; in multipart_buffer_headers() 436 key = NULL; in multipart_buffer_headers() 467 return NULL; in php_mime_get_hdr_value() 478 return NULL; in php_mime_get_hdr_value() 682 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; 683 char *lbuf = NULL, *abuf = NULL; 788 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; [all …]
|
/PHP-7.4/ext/intl/formatter/ |
H A D | formatter_main.c | 31 char* pattern = NULL; in numfmt_ctor() 34 UChar* spattern = NULL; in numfmt_ctor() 43 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in numfmt_ctor() 63 …FORMATTER_OBJECT(nfo) = unum_open(style, spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CO… in numfmt_ctor() 120 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION() 140 zend_string *message = NULL; in PHP_FUNCTION() 147 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
|
/PHP-7.4/ext/sockets/ |
H A D | sockets.c | 429 NULL, 436 NULL, 662 buf = NULL; 1003 if (sec != NULL) { 1102 NULL) != -1) { 1142 NULL) != -1) { 2332 zval *arg1 = NULL; 2354 zval *arg1 = NULL; 2418 return NULL; 2539 stream = php_stream_xport_create(protocol, protocollen, 0, 0, NULL, NULL, NULL, NULL, NULL); [all …]
|
/PHP-7.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.c | 50 device->buffer = NULL; in mbfl_memory_device_init() 74 if (tmp != NULL) { in mbfl_memory_device_realloc() 94 device->buffer = NULL; in mbfl_memory_device_clear() 123 device->buffer = NULL; in mbfl_memory_device_result() 128 result = NULL; in mbfl_memory_device_result() 131 result = NULL; in mbfl_memory_device_result() 154 if (tmp == NULL) { in mbfl_memory_device_output() 182 if (tmp == NULL) { in mbfl_memory_device_output2() 212 if (tmp == NULL) { in mbfl_memory_device_output4() 251 if (tmp == NULL) { in mbfl_memory_device_strncat() [all …]
|
/PHP-7.4/ext/standard/ |
H A D | filestat.c | 88 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION() 89 BG(CurrentLStatFile)=NULL; in PHP_RINIT_FUNCTION() 98 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION() 102 BG(CurrentLStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION() 655 newtime = NULL; in PHP_FUNCTION() 683 stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION() 684 if(stream != NULL) { in PHP_FUNCTION() 701 if (file == NULL) { in PHP_FUNCTION() 727 BG(CurrentStatFile) = NULL; in php_clear_stat_cache() 731 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache() [all …]
|
H A D | crypt.c | 104 return NULL; in php_crypt() 120 return NULL; in php_crypt() 129 return NULL; in php_crypt() 144 return NULL; in php_crypt() 162 return NULL; in php_crypt() 177 php_error_docref(NULL, E_DEPRECATED, DES_INVALID_SALT_ERROR); in php_crypt() 187 return NULL; in php_crypt() 199 php_error_docref(NULL, E_DEPRECATED, DES_INVALID_SALT_ERROR); in php_crypt() 223 return NULL; in php_crypt() 237 char *str, *salt_in = NULL; in PHP_FUNCTION() [all …]
|
/PHP-7.4/ext/intl/collator/ |
H A D | collator_locale.c | 37 char* locale_name = NULL; in PHP_FUNCTION() 45 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION() 55 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION() 58 zend_throw_error(NULL, "Object not initialized"); in PHP_FUNCTION()
|
/PHP-7.4/ext/intl/ |
H A D | intl_convert.c | 55 UChar* dst_buf = NULL; in intl_convert_utf8_to_utf16() 92 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16() 127 u_strToUTF8( NULL, 0, &dst_len, src, src_len, status ); in intl_convert_utf16_to_utf8() 134 return NULL; in intl_convert_utf16_to_utf8() 141 u_strToUTF8( ZSTR_VAL(dst), dst_len, NULL, src, src_len, status ); in intl_convert_utf16_to_utf8() 145 return NULL; in intl_convert_utf16_to_utf8()
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_result.phpt | 13 $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); 29 printf("[002b] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp); 162 func_mysqli_stmt_bind_result($link, $engine, "i", "TINYINT", NULL, 40); 167 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", NULL, 120); 205 func_mysqli_stmt_bind_result($link, $engine, "d", "FLOAT", NULL, 620); 226 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE", NULL, 880); 236 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME", NULL, 1020); [all …]
|
H A D | mysqli_data_seek.phpt | 13 $tmp = NULL; 14 $link = NULL; 16 if (NULL !== ($tmp = @mysqli_data_seek())) 17 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp); 19 if (NULL !== ($tmp = @mysqli_data_seek($link))) 20 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp); 22 if (NULL !== ($tmp = @mysqli_data_seek($link, $link))) 23 printf("[003] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
|
/PHP-7.4/ext/odbc/ |
H A D | php_odbc.c | 401 NULL, 995 NULL, 0, NULL, &displaysize); in odbc_bindcols() 1017 NULL, 0, NULL, &displaysize); in odbc_bindcols() 2203 NULL, 0, NULL, &fieldsize); in PHP_FUNCTION() 3172 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() 3241 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() 3519 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() 3582 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() 3652 char *cat = NULL, *schema = NULL, *proc = NULL; in PHP_FUNCTION() 3720 char *cat = NULL, *schema = NULL, *name = NULL; in PHP_FUNCTION() [all …]
|
/PHP-7.4/ext/session/ |
H A D | mod_user.c | 34 php_error_docref(NULL, E_WARNING, "Cannot call session save handler in a recursive manner"); in ps_call_handler() 38 if (call_user_function(NULL, NULL, func, retval, argc, argv) == FAILURE) { in ps_call_handler() 70 php_error_docref(NULL, E_WARNING, \ 85 php_error_docref(NULL, E_WARNING, in PS_OPEN_FUNC() 120 ps_call_handler(&PSF(close), 0, NULL, &retval); in PS_CLOSE_FUNC() 207 zend_string *id = NULL; in PS_CREATE_SID_FUNC() 210 ps_call_handler(&PSF(create_sid), 0, NULL, &retval); in PS_CREATE_SID_FUNC() 218 zend_throw_error(NULL, "No session id returned by function"); in PS_CREATE_SID_FUNC() 219 return NULL; in PS_CREATE_SID_FUNC() 223 zend_throw_error(NULL, "Session id must be a string"); in PS_CREATE_SID_FUNC() [all …]
|
/PHP-7.4/ext/sodium/ |
H A D | sodium_pwhash.c | 55 php_error_docref(NULL, E_WARNING, "Memory cost is outside of allowed memory range"); in get_options() 63 php_error_docref(NULL, E_WARNING, "Time cost is outside of allowed time range"); in get_options() 68 …php_error_docref(NULL, E_WARNING, "A thread value other than 1 is not supported by this implementa… in get_options() 79 php_error_docref(NULL, E_WARNING, "Password is too long"); in php_sodium_argon2_hash() 80 return NULL; in php_sodium_argon2_hash() 84 return NULL; in php_sodium_argon2_hash() 89 php_error_docref(NULL, E_WARNING, "Unexpected failure hashing password"); in php_sodium_argon2_hash() 91 return NULL; in php_sodium_argon2_hash() 117 const char* p = NULL; in php_sodium_argon2_get_info() 157 NULL, [all …]
|
/PHP-7.4/Zend/ |
H A D | zend_interfaces.c | 48 fci.object = object ? Z_OBJ_P(object) : NULL; in zend_call_method() 58 result = zend_call_function(&fci, NULL); in zend_call_method() 116 return NULL; in zend_call_method() 245 return NULL; in zend_user_it_get_iterator() 276 return NULL; in zend_user_it_get_new_iterator() 364 funcs_ptr->zf_new_iterator = NULL; in zend_implement_aggregate() 416 funcs_ptr->zf_valid = NULL; in zend_implement_iterator() 417 funcs_ptr->zf_current = NULL; in zend_implement_iterator() 418 funcs_ptr->zf_key = NULL; in zend_implement_iterator() 419 funcs_ptr->zf_next = NULL; in zend_implement_iterator() [all …]
|
H A D | zend_ini.c | 67 ini_entry->orig_value = NULL; in zend_restore_ini_entry_cb() 235 p->value = NULL; in zend_register_ini_entries() 236 p->orig_value = NULL; in zend_register_ini_entries() 346 zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0); in zend_alter_ini_entry_ex() 398 if (ini_entry == NULL) { in zend_ini_register_displayer() 464 return NULL; in zend_ini_string_ex() 476 return NULL; in zend_ini_string() 492 return NULL; in zend_ini_get_value() 518 tmp_value = NULL; in ZEND_INI_DISP() 544 value = NULL; in ZEND_INI_DISP() [all …]
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | trim1.phpt | 12 $null_var = NULL; 23 var_dump( trim(" \ttesting trim ", NULL) ); 33 var_dump( trim(NULL, "", NULL ) ); 47 /* String with embedded NULL */ 48 echo "\n*** Testing with String with embedded NULL ***\n"; 74 NULL 77 NULL 80 NULL 85 *** Testing with String with embedded NULL ***
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 120 if (functions == NULL || functions->executable_funcs[index] == NULL) in pcre2_jit_match() 129 arguments.mark_ptr = NULL; in pcre2_jit_match() 132 if (mcontext != NULL) in pcre2_jit_match() 139 if (mcontext->jit_callback != NULL) in pcre2_jit_match() 146 arguments.callout = NULL; in pcre2_jit_match() 147 arguments.callout_data = NULL; in pcre2_jit_match() 151 jit_stack = NULL; in pcre2_jit_match() 162 if (jit_stack != NULL) in pcre2_jit_match() 173 match_data->subject = (rc >= 0 || rc == PCRE2_ERROR_PARTIAL)? subject : NULL; in pcre2_jit_match()
|