Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 25 of 75) sorted by relevance

123

/php-src/ext/json/
H A DMakefile.frag1 …_scanner.c $(srcdir)/php_json_scanner_defs.h: $(srcdir)/json_scanner.re $(srcdir)/json_parser.tab.h
4 $(srcdir)/json_parser.tab.c $(srcdir)/json_parser.tab.h: $(srcdir)/json_parser.y
5 @$(YACC) $(YFLAGS) --defines -l $(srcdir)/json_parser.y -o $(srcdir)/json_parser.tab.c
H A DMakefile.frag.w321 …son_scanner.c ext\json\php_json_scanner_defs.h: ext\json\json_scanner.re ext\json\json_parser.tab.h
4 ext\json\json_parser.tab.c ext\json\json_parser.tab.h: ext\json\json_parser.y
5 $(BISON) $(BISON_FLAGS) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
H A Dconfig.m44 json_parser.tab.c \
H A Dconfig.w325 ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
/php-src/Zend/tests/
H A Dbug72177_2.phpt18 private static $tab = 'tab';
23 var_dump(self::$tab);
H A Dbug66218.phpt9 $tab = get_extension_funcs("standard");
12 if (in_array($fct, $tab)) {
/php-src/ext/standard/tests/strings/
H A Dstripslashes_variation3.phpt2 Test stripslashes() function : usage variations - strings with newline and tab characters
6 * Test stripslashes() with strings containing newline and tab characters.
9 echo "*** Testing stripslashes() : with strings containing newline and tab characters ***\n";
35 // string with tab character
58 *** Testing stripslashes() : with strings containing newline and tab characters ***
H A Dbug55674.phpt2 Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records)
/php-src/ext/tidy/tests/
H A D007.phpt14 echo "Current Value of 'tab-size': ";
15 var_dump($a->getopt("tab-size"));
33 Current Value of 'tab-size': int(8)
/php-src/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt32 $tab = explode(':', $tmp[$i]);
33 $users[] = $tab[0];
38 $tab = explode(':', $tmp[$i]);
39 $groups[] = $tab[0];
/php-src/ext/opcache/jit/ir/
H A Dir.c1436 i = tab->count;
1457 tab->count = 0;
1458 tab->pos = 0;
1499 if (UNEXPECTED(tab->count >= tab->size)) {
1504 pos = tab->pos;
1506 tab->count++;
1535 i = tab->count;
1565 i = tab->count;
1587 tab->pos = 0;
1629 if (UNEXPECTED(tab->count >= tab->size)) {
[all …]
H A Dir_private.h843 void ir_hashtab_init(ir_hashtab *tab, uint32_t size);
844 void ir_hashtab_free(ir_hashtab *tab);
845 ir_ref ir_hashtab_find(const ir_hashtab *tab, uint32_t key);
846 bool ir_hashtab_add(ir_hashtab *tab, uint32_t key, ir_ref val);
847 void ir_hashtab_key_sort(ir_hashtab *tab);
856 void ir_addrtab_init(ir_hashtab *tab, uint32_t size);
857 void ir_addrtab_free(ir_hashtab *tab);
858 ir_ref ir_addrtab_find(const ir_hashtab *tab, uint64_t key);
859 void ir_addrtab_set(ir_hashtab *tab, uint64_t key, ir_ref val);
/php-src/ext/phar/tests/zip/
H A Dbug48791.phpt12tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-p…
/php-src/ext/standard/tests/general_functions/
H A D004.phpt2 fgetcsv() with tab delimited fields (BUG #8258)
H A Dproc_open_array.phpt103 1 => 'White space tab
/php-src/
H A D.editorconfig14 indent_style = tab
H A D.gitignore153 /ext/json/json_parser.tab.h
154 /ext/json/json_parser.tab.c
/php-src/ext/date/tests/
H A Dgmstrftime_variation19.phpt2 Test gmstrftime() function : usage variation - Checking newline and tab formats which was not suppo…
H A Dstrftime_variation19.phpt2 Test strftime() function : usage variation - Checking newline and tab formats which was not support…
H A Dgmstrftime_variation20.phpt2 Test gmstrftime() function : usage variation - Checking newline and tab formats which are supported…
H A Dstrftime_variation20.phpt2 Test strftime() function : usage variation - Checking newline and tab formats which are supported o…
/php-src/scripts/dev/
H A Dgenfiles120 ext/json/json_parser.tab.c \
/php-src/ext/standard/tests/array/
H A Darray_rand_variation4.phpt36 "\t" => "tab as key", "'" => 'single quote as key',
/php-src/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt18 …+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on.…
H A Dfilesize_variation4.phpt20 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";

Completed in 61 milliseconds

123