Home
last modified time | relevance | path

Searched refs:a (Results 3476 – 3500 of 6311) sorted by relevance

1...<<131132133134135136137138139140>>...253

/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_variation1.phpt6 …Description: Computes the difference of arrays with additional index check which is performed by a
14 $array2 = array("a" => "green", "yellow", "red");
16 function key_compare_func($a, $b)
18 if ($a === $b) {
21 return ($a > $b)? 1:-1;
/PHP-5.5/ext/json/tests/
H A Dpass001.1.phpt13 * Modified to test numbers with exponents without a decimal point.
15 * Modified to test a mix of integers and strings as keys.
62 \" s p a c e d \" :[1,2 , 3
150 " s p a c e d " :[1,2 , 3
298 [" s p a c e d "]=>
479 [" s p a c e d "]=>
534 …p:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6…
536 …p:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6…
664 [" s p a c e d "]=>
845 [" s p a c e d "]=>
H A Dpass001.1_64bit.phpt13 * Modified to test numbers with exponents without a decimal point.
15 * Modified to test a mix of integers and strings as keys.
62 \" s p a c e d \" :[1,2 , 3
150 " s p a c e d " :[1,2 , 3
298 [" s p a c e d "]=>
479 [" s p a c e d "]=>
534 …p:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6…
536 …p:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- --","# -- --> *\/":" "," s p a c e d ":[1,2,3,4,5,6…
664 [" s p a c e d "]=>
845 [" s p a c e d "]=>
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite.phar9 H�������������� ���s:2:"hi";���test.txt���a��H���zzo��� ���s:2:"hi";hi
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug50728.phpt10 $a = new PDO("sqlite:/this/path/should/not/exist.db");
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_getSize_pass_param.phpt2 SplFixedArray::getSize() pass a parameter when none are expected
/PHP-5.5/ext/mbstring/tests/
H A Dbug45239.phpt14 mb_parse_str("a=%fc", $dummy);
H A Dmb_ereg_replace-compat-06.phpt11 echo mb_ereg_replace("([a-z]*)([-=+|]*)([0-9]+)","\\3 \\1 \\2\n","abc+-|=123");
/PHP-5.5/Zend/tests/
H A Dbug54372.phpt20 $test3->a->b();
H A Dbug65254.phpt2 Bug #65254 (Exception not catchable when exception thrown in autoload with a namespace)
H A Dheredoc_003.phpt9 This is heredoc test #$a.
H A Dheredoc_004.phpt9 This is heredoc test #{$a}.
H A Dinterface_exists_002.phpt2 Testing interface_exists() inside a namespace
H A Dbug52237.phpt2 Bug #52237 (Crash when passing the reference of the property of a non-object)
/PHP-5.5/tests/basic/
H A Dreq44164.phpt15 echo str_repeat("a", 200);
/PHP-5.5/ext/filter/tests/
H A Dbug44445.phpt2 Bug #44445 (email validator does not handle domains starting/ending with a -)
/PHP-5.5/ext/date/tests/
H A D68062.phpt2 DateTimeZone::getOffset() accepts a DateTimeInterface object
/PHP-5.5/ext/iconv/tests/
H A Dbug37176.phpt2 Bug #37176 (iconv_strpos() fails to find a string)
/PHP-5.5/
H A DNEWS1446 . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a
1991 . Log a warning when a syscall fails. (Remi)
2244 . Log a warning when a syscall fails. (Remi)
3226 a legal construct.
4109 . Fixed bug #54204 (Can't set a value with a PATH section in php.ini).
5951 object by parsing a date/time string according to a given format.
6532 - Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object).
7102 - Fixed bug #42817 (clone() on a non-object does not result in a fatal
7519 . Added imagegrabwindow and imagegrabscreen, capture a screen or a
7792 . Fixed a bug when callback function returns a non-modified value.
[all …]
/PHP-5.5/ext/oci8/
H A Dconfig.m411 PHP_OCI8_TAIL1=`echo a | tail -n1 2>/dev/null`
12 if test "$PHP_OCI8_TAIL1" = "a"; then
37 AC_MSG_ERROR([${OCI8_DIR} is not a directory])
83 …dnl There is no case for Oracle 9.2. Oracle 9.2 libraries have a 9.0 suffix for drop-in compatibil…
89 elif test -f $OCI8_DIR/$OCI8_LIB_DIR/libclntsh.a; then
90 if test -f $OCI8_DIR/$OCI8_LIB_DIR/libcore4.a; then
152 AC_MSG_CHECKING([checking if we're on a 64-bit platform])
168 dnl an Instant Client RPM install). This also has a benefit for non
284 dnl give a dir. Generally the Instant Client can be anywhere so the
/PHP-5.5/ext/standard/tests/file/
H A D005_variation.phpt17 in case of an error. The time is returned as a Unix timestamp.
25 in case of an error. The time is returned as a Unix timestamp.
34 Description: Prints access, modification and change times of a file
101 echo "\n-- Checking different times, after creating a softlink to the file --\n";
107 echo "\n-- Checking different times, after creating a hardlink to the file --\n";
113 echo "\n-- Checking different times, after making a copy of the file --\n";
216 -- Checking different times, after creating a softlink to the file --
221 -- Checking different times, after creating a hardlink to the file --
226 -- Checking different times, after making a copy of the file --
/PHP-5.5/ext/standard/tests/strings/
H A Dstrpos.phpt8 Description: Find position of first occurrence of a string
21 var_dump( @strpos("a", "") );
22 var_dump( @strpos("", "a") );
23 var_dump( @strpos("\\\\a", "\\a") );
26 echo "\n*** Testing strpos() to find various needles and a long string ***\n";
135 var_dump( strpos("a", NULL) );
192 var_dump( strpos("a", "b", "c", "d") ); // args > expected
217 *** Testing strpos() to find various needles and a long string ***
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44487.phpt2 Bug #44487 (call_user_method_array issues a warning when throwing an exception)
/PHP-5.5/Zend/tests/generators/
H A Dnested_calls_with_die.phpt2 Test nested calls with die() in a generator
/PHP-5.5/ext/zlib/tests/
H A Dob_001.phpt9 a=b

Completed in 108 milliseconds

1...<<131132133134135136137138139140>>...253