Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/json/
H A Dconfig.w3212 if (!FSO.FileExists("ext/json/json_parser.tab.c")) {
13 STDOUT.WriteLine("Generating ext/json/json_parser.tab.c");
14 …xecute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c"));
17 ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
H A DMakefile.frag.w324 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 DMakefile.frag4 $(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y
H A Dconfig.m413 json_parser.tab.c \
/PHP-7.3/Zend/tests/
H A Dbug72177_2.phpt18 private static $tab = 'tab';
23 var_dump(self::$tab);
H A Dbug66218.phpt10 $tab = get_extension_funcs("standard");
13 if (in_array($fct, $tab)) {
/PHP-7.3/ext/standard/tests/strings/
H A Dstripslashes_variation3.phpt2 Test stripslashes() function : usage variations - strings with newline and tab characters
11 * Test stripslashes() with strings containing newline and tab characters.
14 echo "*** Testing stripslashes() : with strings containing newline and tab characters ***\n";
40 // string with tab character
63 *** 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-7.3/ext/tidy/tests/
H A D007.phpt14 echo "Current Value of 'tab-size': ";
15 var_dump($a->getopt("tab-size"));
23 Current Value of 'tab-size': int(8)
/PHP-7.3/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-7.3/ext/phar/tests/zip/
H A Dbug48791.phpt13tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm"/></style:list-level-p…
/PHP-7.3/
H A Dfooter3 * tab-width: 4
H A D.editorconfig14 indent_style = tab
/PHP-7.3/ext/imap/tests/
H A Dimap_8bit_basic.phpt20 var_dump(imap_8bit("String with tab at end \t"));
31 string(26) "String with tab at end =09"
/PHP-7.3/ext/standard/tests/general_functions/
H A D004.phpt2 fgetcsv() with tab delimited fields (BUG #8258)
/PHP-7.3/ext/date/tests/
H A Dgmstrftime_variation19.phpt2 Test gmstrftime() function : usage variation - Checking newline and tab formats which was not suppo…
H A Dgmstrftime_variation20.phpt2 Test gmstrftime() function : usage variation - Checking newline and tab formats which are supported…
H A Dstrftime_variation19.phpt2 Test strftime() function : usage variation - Checking newline and tab formats which was not support…
H A Dstrftime_variation20.phpt2 Test strftime() function : usage variation - Checking newline and tab formats which are supported o…
/PHP-7.3/main/
H A Dinternal_functions.c.in43 * tab-width: 4
/PHP-7.3/sapi/phpdbg/
H A Dconfig.m487 dnl ## tab-width: 4
H A DREADME.md46 …red with the switch --with-readline for phpdbg to support history, autocompletion, tab-listing etc.
/PHP-7.3/Zend/
H A Dconfigure.ac132 # tab-width: 4
/PHP-7.3/ext/standard/tests/array/
H A Darray_rand_variation4.phpt42 "\t" => "tab as key", "'" => 'single quote as key',
/PHP-7.3/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt23 …+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on.…

Completed in 28 milliseconds

12