Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 155) sorted by last modified time

1234567

/PHP-5.5/win32/
H A Dinstall.txt505 these are simple enough to be used by the newcomer. Please consult the
1106 As with any other PHP extension DLL, installation is as simple as
/PHP-5.5/tests/strings/
H A D002.phpt12 printf("printf test 1:%s\n", "simple string");
51 printf test 1:simple string
/PHP-5.5/tests/
H A Dquicktester.inc3 Helper for simple tests to check return-value. Usage:
/PHP-5.5/tests/lang/operators/
H A DbitwiseShiftLeft_variationStr2.phpt2 Test << operator : numbers as strings, simple
H A DbitwiseShiftRight_variationStr2.phpt2 Test >> operator : numbers as strings, simple
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt6 // simple case with missing element
/PHP-5.5/tests/classes/
H A D__call_006.phpt24 echo "---> Invoke __call via simple method call.\n";
55 ---> Invoke __call via simple method call.
H A D__call_007.phpt24 echo "---> Invoke __call via simple method call.\n";
56 ---> Invoke __call via simple method call.
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1303 * Class for simple errors - one too many args and one too few
/PHP-5.5/sapi/tests/
H A Dtest001.phpt4 This would be similar to what IIS produces for a simple query.
H A Dtest003.phpt4 This would be similar to what IIS produces for a simple query
/PHP-5.5/sapi/litespeed/
H A DREADME10 Our simple benchmark test ("hello world") shows that PHP with
/PHP-5.5/sapi/fpm/
H A Dconfig.m4608 php_fpm_systemd=simple
/PHP-5.5/
H A Dphp.ini-development22 ; The syntax of the file is extremely simple. Whitespace and lines
H A Dphp.ini-production22 ; The syntax of the file is extremely simple. Whitespace and lines
/PHP-5.5/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt19 $simple = "<main><para><note>simple note</note></para><para><note>simple note</note></para></main>";
21 xml_parse_into_struct($p, $simple, $vals, $index);
80 [value] => simple note
102 [value] => simple note
/PHP-5.5/ext/standard/tests/strings/
H A Ducfirst.phpt110 echo "\n--- Testing simple and complex syntax strings ---\n";
198 --- Testing simple and complex syntax strings ---
H A Dstrstr.phpt140 echo "\n-- simple and complex syntax strings --\n";
379 -- simple and complex syntax strings --
H A Dstrpos.phpt164 echo "\n-- simple and complex syntax strings --\n";
311 -- simple and complex syntax strings --
H A Dstrlen.phpt120 echo "\n--- Testing simple and complex syntax strings ---\n";
215 --- Testing simple and complex syntax strings ---
H A Dstr_replace_variation3.phpt127 echo "\n-- Testing simple and complex syntax strings --\n";
219 -- Testing simple and complex syntax strings --
H A Dstr_split_variation3.phpt28 "simple string", //regular string
67 string(7) "simple "
H A Dstr_split_variation4.phpt28 'simple string', //regular string
H A Dstr_split_variation5.phpt32 // simple heredoc string
34 This is simple heredoc string
H A Dstr_replace.phpt214 echo "\n-- Testing simple and complex syntax strings --\n";
933 -- Testing simple and complex syntax strings --

Completed in 124 milliseconds

1234567