Home
last modified time | relevance | path

Searched refs:a (Results 5226 – 5250 of 6311) sorted by relevance

1...<<201202203204205206207208209210>>...253

/PHP-5.5/win32/
H A Dtestsuite.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation5.phpt8 * Description: Output a file or a URL
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_scalar.phpt6 * Description: Finds whether a variable is a scalar (i.e integer, float, string or boolean)
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation1.phpt28 //get a resource variable
31 //define a class
H A Darray_fill_variation1_64bit.phpt28 //get a resource variable
31 //define a class
H A Darray_unshift_object.phpt17 // simple class with a variable and method
61 echo "This is a static method";
H A Darray_change_key_case.phpt19 array ("a" => 1),
207 ["a"]=>
215 ["a"]=>
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt32 // run the command 'locale -a' to fetch all locales available in the system
33 system('locale -a');
H A Dstrtok_variation2.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
22 // declaring a class
H A Dprintf.phpt22 $char_variation = array( 'a', "a", 67, -67, 99 );
480 [0] => a
481 [1] => a
H A Dprintf_64bit.phpt22 $char_variation = array( 'a', "a", 67, -67, 99 );
480 [0] => a
481 [1] => a
/PHP-5.5/
H A DLICENSE29 license from time to time. Each version will be given a
31 Once covered code has been published under a particular version
/PHP-5.5/main/
H A DSAPI.h185 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1 TSRMLS_CC) argument
H A Dphp_network.h48 # define ftruncate(a, b) chsize(a, b) argument
/PHP-5.5/sapi/embed/
H A Dphp5embed.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
/PHP-5.5/ext/standard/
H A Dpack.c56 #define INC_OUTPUTPOS(a,b) \ argument
57 if ((a) < 0 || ((INT_MAX - outputpos)/((int)b)) < (a)) { \
64 outputpos += (a)*(b);
H A Darray.c181 f = *((Bucket **) a); in php_array_key_compare()
230 return php_array_key_compare(a, b TSRMLS_CC) * -1; in php_array_reverse_key_compare()
367 f = *((Bucket **) a); in php_array_data_compare()
412 f = *((Bucket **) a); in php_array_natural_general_compare()
446 return php_array_natural_general_compare(a, b, 0); in php_array_natural_compare()
452 return php_array_natural_general_compare(a, b, 1); in php_array_natural_case_compare()
581 f = *((Bucket **) a); in php_array_user_compare()
733 f = *((Bucket **) a); in php_array_user_key_compare()
2893 first = *((zval **) a); in zval_compare()
2927 args[0] = (zval **) a; in zval_user_compare()
[all …]
/PHP-5.5/ext/hash/tests/
H A Dfnv164.phpt18 array( "a", "af63bd4c8601b7be" ),
30 array( "a\0", "08326707b4eb37da" ),
78 array( "curds a", "404bf57ad8476757" ),
92 array( "curds a\0", "887976bd815498d5" ),
/PHP-5.5/ext/interbase/tests/
H A D004.phpt98 …ibase_blob_add($bl_h, "| You should have received a copy of both licenses referred to here. |\n"…
153 | You should have received a copy of both licenses referred to here. |
178 | You should have received a copy of both licenses referred to here. |
/PHP-5.5/ext/session/
H A Dmod_mm.c68 # define ps_mm_debug(a) printf a
70 # define ps_mm_debug(a) argument
/PHP-5.5/Zend/tests/
H A Dcompare_001.phpt11 $a = array(
31 $var_cnt = count($a);
40 foreach($a as $var) {
43 echo ($var == $a[$i]) ? " == " : " != ";
44 my_dump($a[$i]);
H A Dcompare_003.phpt11 $a = array(
31 $var_cnt = count($a);
40 foreach($a as $var) {
43 echo ($var > $a[$i]) ? " > " : " <= ";
44 my_dump($a[$i]);
H A Dcompare_004.phpt11 $a = array(
31 $var_cnt = count($a);
40 foreach($a as $var) {
43 echo ($var < $a[$i]) ? " < " : " >= ";
44 my_dump($a[$i]);
H A Dcompare_005.phpt11 $a = array(
31 $var_cnt = count($a);
40 foreach($a as $var) {
43 echo ($var >= $a[$i]) ? " >= " : " < ";
44 my_dump($a[$i]);
H A Dcompare_006.phpt11 $a = array(
31 $var_cnt = count($a);
40 foreach($a as $var) {
43 echo ($var <= $a[$i]) ? " <= " : " > ";
44 my_dump($a[$i]);

Completed in 66 milliseconds

1...<<201202203204205206207208209210>>...253