Home
last modified time | relevance | path

Searched refs:NULL (Results 3226 – 3250 of 3296) sorted by relevance

1...<<121122123124125126127128129130>>...132

/PHP-7.4/ext/standard/tests/strings/
H A Dstrripos_variation1.phpt32 NULL,
H A Dstrrpos_variation10.phpt69 NULL,
H A Dstrripos_variation2.phpt32 NULL,
H A Dstristr_variation2.phpt52 /*15*/ NULL,
/PHP-7.4/main/
H A Dmergesort.c127 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL) in php_mergesort()
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt150 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c405 if ((p = mmap(NULL, l, PROT_READ, MAP_FILE, fd, 0)) == MAP_FAILED) in main()
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h220 return defval ? zend_string_copy(defval) : NULL; in pdo_attr_strval()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt117 printf("[002] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c216 if (signame == NULL) { in fpm_children_bury()
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation4.phpt2 Test fgetcsv() : usage variations - with enclosure as NULL
10 /* Testing fgetcsv() to read from a file when provided with enclosure value as NULL */
12 echo "*** Testing fgetcsv() : with enclosure as NULL ***\n";
76 var_dump( fgetcsv($file_handle, 0, $delimiter, NULL) );
91 *** Testing fgetcsv() : with enclosure as NULL ***
H A Dfgetcsv_variation3.phpt2 Test fgetcsv() : usage variations - with delimiter as NULL
10 /* Testing fgetcsv() to read from a file when provided with delimiter value as NULL */
12 echo "*** Testing fgetcsv() : with delimiter as NULL ***\n";
77 var_dump( fgetcsv($file_handle, 1024, NULL, $enclosure) );
92 *** Testing fgetcsv() : with delimiter as NULL ***
H A D007_error.phpt57 NULL,
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation1.phpt31 // NULL values
32 /* 8 */ NULL,
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c342 prev_patch = NULL; in resolve_const_pool_index()
623 cpool_start_address = NULL; in sljit_generate_code()
624 first_patch = NULL; in sljit_generate_code()
658 return NULL; in sljit_generate_code()
761 return NULL; in sljit_generate_code()
2406 PTR_FAIL_IF(softfloat_call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2414 PTR_FAIL_IF(jump == NULL); in sljit_emit_call()
H A DsljitNativeX86_32.c749 PTR_FAIL_IF(jump == NULL); in sljit_emit_call()
765 PTR_FAIL_IF(jump == NULL); in sljit_emit_call()
H A DsljitNativeTILEGX_64.c526 const struct tilegx_opcode* opcode = NULL; in insert_nop()
546 const struct Format* match = NULL; in compute_format()
547 const struct Format *b = NULL; in compute_format()
573 if (match == NULL) in assign_pipes()
613 const struct tilegx_operand* operand = NULL; in get_bundle_bit()
2325 struct sljit_jump *jump = NULL; in sljit_emit_ijump()
/PHP-7.4/Zend/
H A Dzend_ast.h337 if (list->children && list->child[list->children - 1] == NULL) { in zend_ast_list_rtrim()
H A Dzend.h226 #define zend_first_try EG(bailout)=NULL; zend_try
/PHP-7.4/ext/intl/tests/
H A Dut_common.inc139 return NULL;
411 return NULL;
/PHP-7.4/ext/ffi/
H A Dffi_parser.c245 NULL
2434 const char *name = NULL; in parse_struct_declarator()
2457 zend_ffi_add_bit_field(struct_dcl, NULL, 0, field_dcl, &bits); in parse_struct_declarator()
2573 zend_ffi_dcl nested_dcl = {ZEND_FFI_DCL_CHAR, 0, 0, 0, NULL}; in parse_declarator()
2602 zend_ffi_dcl nested_dcl = {ZEND_FFI_DCL_CHAR, 0, 0, 0, NULL}; in parse_abstract_declarator()
2627 zend_ffi_dcl nested_dcl = {ZEND_FFI_DCL_CHAR, 0, 0, 0, NULL}; in parse_parameter_declarator()
2680 HashTable *args = NULL; in parse_array_or_function_declarators()
2866 const char *name = NULL; in parse_parameter_declaration()
/PHP-7.4/ext/date/lib/
H A Dparse_date.c159 { NULL, 0, 0, NULL },
164 { NULL, 0, 0, NULL },
246 { NULL, 1, 0 }
289 { NULL, 0, 0 }
709 return NULL; in abbr_search()
759 tmp = sHOUR(strtol(begin, NULL, 10)) + sMIN(strtol(begin + 2, NULL, 10)); in timelib_parse_tz_cor()
762 tmp = sHOUR(strtol(begin, NULL, 10)) + sMIN(strtol(begin + 3, NULL, 10)); in timelib_parse_tz_cor()
772 tmp = sHOUR(strtol(begin, NULL, 10)) + sMIN(strtol(begin + 3, NULL, 10)); in timelib_parse_tz_cor()
885 char *str, *ptr = NULL; in scan()
25027 assert(time != NULL); in timelib_time_reset_fields()
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt59 /*10*/ NULL,
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt87 'foo6' => array(NULL),
/PHP-7.4/
H A D.gdbinit97 printf "NULL"
174 printf "NULL"

Completed in 102 milliseconds

1...<<121122123124125126127128129130>>...132