Searched refs:tab (Results 1 – 25 of 40) sorted by relevance
12
/PHP-8.0/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-8.0/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-8.0/ext/json/ |
H A D | Makefile.frag.w32 | 4 ext\json\json_parser.tab.c: ext\json\json_parser.y 5 $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
|
H A D | Makefile.frag | 4 $(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y
|
H A D | config.w32 | 5 ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
|
H A D | config.m4 | 7 json_parser.tab.c \
|
/PHP-8.0/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-8.0/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-8.0/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-8.0/ext/imap/tests/ |
H A D | imap_8bit_basic.phpt | 15 var_dump(imap_8bit("String with tab at end \t")); 25 string(26) "String with tab at end =09"
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | 004.phpt | 2 fgetcsv() with tab delimited fields (BUG #8258)
|
H A D | proc_open_array.phpt | 93 1 => 'White space tab
|
/PHP-8.0/ |
H A D | .editorconfig | 14 indent_style = tab
|
H A D | .gitignore | 151 /ext/json/json_parser.tab.h 152 /ext/json/json_parser.tab.c
|
/PHP-8.0/ext/date/tests/ |
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_variation19.phpt | 2 Test gmstrftime() function : usage variation - Checking newline and tab formats which was not suppo…
|
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-8.0/scripts/dev/ |
H A D | genfiles | 119 ext/json/json_parser.tab.c \
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_rand_variation4.phpt | 37 "\t" => "tab as key", "'" => 'single quote as key',
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | filesize_variation4-win32.phpt | 17 …+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on.…
|
H A D | filesize_variation4.phpt | 19 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
|
/PHP-8.0/sapi/litespeed/ |
H A D | README.md | 91 1. Login to web administration interface, go to 'Server'->'Ext App' tab, add an 98 2. Go to 'Server'->'Script Handler' tab, add a script handler configuration: set
|
Completed in 25 milliseconds
12