Home
last modified time | relevance | path

Searched refs:NULL (Results 4001 – 4025 of 4218) sorted by relevance

1...<<161162163164165166167168169

/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c42 static const char *mbfl_encoding_gb18030_aliases[] = {"gb-18030", "gb-18030-2000", NULL};
49 NULL,
H A Dmbfilter_cp51932.c63 static const char *mbfl_encoding_cp51932_aliases[] = {"cp51932", NULL};
/PHP-7.0/sapi/fpm/
H A Dconfig.m4388 EV_SET(&k, 0, EVFILT_READ , EV_ADD | EV_CLEAR, 0, 0, NULL);
433 dvp.dp_fds = NULL;
529 select(FD_SETSIZE, &fds, NULL, NULL, &t);
/PHP-7.0/ext/standard/tests/file/
H A Dfputcsv_variation4.phpt2 Test fputcsv() : usage variations - with delimiter and enclosure as NULL
10 /* Testing fputcsv() to write to a file when delimiter and enclosure is NULL */
12 echo "*** Testing fputcsv() : with delimiter and enclosure as NULL ***\n";
58 var_dump( fputcsv($file_handle, $csv_field, NULL, NULL) );
76 *** Testing fputcsv() : with delimiter and enclosure as NULL ***
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregcomp.c64 else return NULL; in str_dup()
143 buf->p = NULL; in onig_bbuf_init()
1600 if (NCDR(x) != NULL) { in compile_tree()
3275 xnode = onig_node_new_list(NULL, NULL); in expand_case_fold_string_alt()
3294 snode = onig_node_new_str(NULL, NULL); in expand_case_fold_string_alt()
3405 prev_node = snode = onig_node_new_str(NULL, NULL); in expand_case_fold_string()
3789 tqn->head_exact = NULL; in setup_tree()
5019 reg->exact_end = (UChar* )NULL; in clear_optimize_info()
5023 reg->exact = (UChar* )NULL; in clear_optimize_info()
5249 prev->chain = (regex_t* )NULL; in onig_chain_reduce()
[all …]
/PHP-7.0/Zend/
H A Dzend_string.c50 zend_hash_init(&CG(interned_strings), 1024, NULL, _str_dtor, 1); in zend_interned_strings_init()
/PHP-7.0/ext/standard/
H A Dphp_string.h164 # define php_mb_reset() php_ignore_value(mblen(NULL, 0))
/PHP-7.0/ext/standard/tests/array/
H A Darray_fill_variation5.phpt34 array( NULL => "Hi", '1' => "Hello" , "1" => "Green"),
H A Darray_rand_variation4.phpt41 "NULL" => 'key5', "\n" => 'newline as key',
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt38 $db1 = NULL; /* should be equal to closing to my understanding */
/PHP-7.0/ext/standard/tests/strings/
H A Dstripos_variation10.phpt69 NULL,
H A Dstrripos_variation1.phpt32 NULL,
H A Dstrrpos_variation10.phpt69 NULL,
H A Dstrrpos_variation14.phpt65 NULL,
H A Dchunk_split_variation8.phpt87 NULL
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt65 /*10*/ NULL,
H A Diconv_strpos_variation3_64bit.phpt64 /*10*/ NULL,
/PHP-7.0/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_003s.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
/PHP-7.0/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_005w.phpt16 $struct = new SOAPList('arg1',1,new SOAPList('arg2',2,new SOAPList('arg3',3,NULL)));
H A Dr3_groupE_list_006w.phpt16 $struct = new SOAPList('arg1',1,new SOAPList('arg2',2,new SOAPList('arg3',3,NULL)));
/PHP-7.0/ext/intl/tests/
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
/PHP-7.0/ext/mbstring/tests/
H A Dmb_convert_encoding_variation1.phpt63 /*10*/ NULL,
/PHP-7.0/ext/mysqli/tests/
H A Dbug51647.phpt15 $row = NULL;
/PHP-7.0/ext/dba/libcdb/
H A Dcdb_make.c68 php_error_docref(NULL, E_NOTICE, "Fseek failed"); in cdb_make_start()
/PHP-7.0/ext/json/
H A Djson_parser.y271 zend_std_write_property(object, &zkey, zvalue, NULL); in php_json_parser_object_update()

Completed in 60 milliseconds

1...<<161162163164165166167168169