Home
last modified time | relevance | path

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

12

/PHP-8.0/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-8.0/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-8.0/ext/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.w325 ADD_SOURCES(configure_module_dirname, "json_encoder.c json_parser.tab.c json_scanner.c", "json");
H A Dconfig.m47 json_parser.tab.c \
/PHP-8.0/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-8.0/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-8.0/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-8.0/ext/imap/tests/
H A Dimap_8bit_basic.phpt15 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 D004.phpt2 fgetcsv() with tab delimited fields (BUG #8258)
H A Dproc_open_array.phpt93 1 => 'White space tab
/PHP-8.0/
H A D.editorconfig14 indent_style = tab
H A D.gitignore151 /ext/json/json_parser.tab.h
152 /ext/json/json_parser.tab.c
/PHP-8.0/ext/date/tests/
H A Dstrftime_variation19.phpt2 Test strftime() function : usage variation - Checking newline and tab formats which was not support…
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_variation20.phpt2 Test strftime() function : usage variation - Checking newline and tab formats which are supported o…
/PHP-8.0/scripts/dev/
H A Dgenfiles119 ext/json/json_parser.tab.c \
/PHP-8.0/ext/standard/tests/array/
H A Darray_rand_variation4.phpt37 "\t" => "tab as key", "'" => 'single quote as key',
/PHP-8.0/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt17 …+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on.…
H A Dfilesize_variation4.phpt19 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
/PHP-8.0/sapi/litespeed/
H A DREADME.md91 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 32 milliseconds

12