Searched refs:tab (Results 1 – 25 of 75) sorted by relevance
123
/php-src/ext/json/ |
H A D | Makefile.frag | 1 …_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 D | Makefile.frag.w32 | 1 …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 D | config.m4 | 3 json_parser.tab.c
|
H A D | config.w32 | 5 ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
|
/php-src/Zend/tests/ |
H A D | bug72177_2.phpt | 18 private static $tab = 'tab'; 23 var_dump(self::$tab);
|
H A D | bug66218.phpt | 9 $tab = get_extension_funcs("standard"); 12 if (in_array($fct, $tab)) {
|
/php-src/ext/standard/tests/strings/ |
H A D | stripslashes_variation3.phpt | 2 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 D | bug55674.phpt | 2 Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records)
|
/php-src/ext/tidy/tests/ |
H A D | 007.phpt | 14 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 D | socket-uds-acl.phpt | 32 $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 D | ir.c | 1436 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 D | ir_private.h | 843 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 D | bug48791.phpt | 12 …tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-p…
|
/php-src/ext/standard/tests/file/ |
H A D | fgetcsv_tab_delimiter.phpt | 2 fgetcsv() with tab delimited fields (BUG #8258)
|
H A D | filesize_variation4-win32.phpt | 18 …+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on.…
|
H A D | filesize_variation4.phpt | 20 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
|
/php-src/ |
H A D | .editorconfig | 14 indent_style = tab
|
H A D | .gitignore | 153 /ext/json/json_parser.tab.h 154 /ext/json/json_parser.tab.c
|
/php-src/ext/date/tests/ |
H A D | gmstrftime_variation19.phpt | 2 Test gmstrftime() function : usage variation - Checking newline and tab formats which was not suppo…
|
H A D | strftime_variation19.phpt | 2 Test strftime() function : usage variation - Checking newline and tab formats which was not support…
|
H A D | gmstrftime_variation20.phpt | 2 Test gmstrftime() function : usage variation - Checking newline and tab formats which are supported…
|
H A D | strftime_variation20.phpt | 2 Test strftime() function : usage variation - Checking newline and tab formats which are supported o…
|
/php-src/scripts/dev/ |
H A D | genfiles | 120 ext/json/json_parser.tab.c \
|
/php-src/ext/standard/tests/general_functions/ |
H A D | proc_open_array.phpt | 103 1 => 'White space tab
|
/php-src/ext/standard/tests/array/ |
H A D | array_rand_variation4.phpt | 36 "\t" => "tab as key", "'" => 'single quote as key',
|
Completed in 28 milliseconds
123