Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/PHP-5.4/tests/classes/
H A Dthis.phpt13 function replace($other)
16 $this = $other;
18 print $other->prop;
21 function indirect($other)
24 $this = $other;
33 $other = $this;
40 $other = new Foo;
41 $other->prop = "World\n";
43 $object->replace($other);
44 $object->indirect($other);
[all …]
H A Dctor_dtor_inheritance.phpt29 public $other;
33 $this->other = 'other';
72 [other] => other
78 [other] => other
84 [other] => other
90 [other] => other
96 [other] => other
H A Dconstants_basic_005.phpt2 Test constants with default values based on other constants.
/PHP-5.4/ext/readline/tests/
H A Dreadline_info_001.phpt40 string(5) "other"
47 string(5) "other"
48 string(5) "other"
/PHP-5.4/ext/standard/tests/strings/
H A Dvprintf_variation16_64bit.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
64 // and with signed and other types of values from the above $args_array array
77 *** Testing vprintf() : unsigned formats and signed & other types of values ***
H A Dvprintf_variation16.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
64 // and with signed and other types of values from the above $args_array array
76 *** Testing vprintf() : unsigned formats and signed & other types of values ***
H A Dvsprintf_variation16.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
64 // and with signed and other types of values from the above $args_array array
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
H A Dvsprintf_variation16_64bit.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
64 // and with signed and other types of values from the above $args_array array
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation16.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
69 // and with signed and other types of values from the above $args_array array
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation16_64bit.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
69 // and with signed and other types of values from the above $args_array array
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
H A Dsubstr_count_variation_002.phpt7 echo "\n-- complex strings containing other than 7-bit chars --\n";
40 -- complex strings containing other than 7-bit chars --
H A Dvfprintf_error4.phpt19 echo "\n-- Testing vfprintf() function with other strangeties --\n";
36 -- Testing vfprintf() function with other strangeties --
/PHP-5.4/ext/zlib/tests/
H A Dbug_40189.phpt12 $gp = fopen(dirname(__FILE__) . '/test.other', 'wb');
18 var_dump(file_get_contents(dirname(__FILE__) . '/test.other'));
22 @unlink(dirname(__FILE__) . '/test.other');
/PHP-5.4/ext/date/tests/
H A Dbug45682.phpt9 $other = new DateTime("31-July-2008");
11 $diff = date_diff($date, $other);
/PHP-5.4/ext/standard/tests/array/
H A Darray_keys_variation_004.phpt6 echo "*** Testing array_keys() on all the types other than arrays ***\n";
29 *** Testing array_keys() on all the types other than arrays ***
H A Darray_diff_variation7.phpt14 * 2. Have been referenced to each other
34 echo "-- Arrays referenced to each other --\n";
85 -- Arrays referenced to each other --
H A Darray_keys_variation_003.phpt6 echo "*** Testing array_keys() on all the types other than arrays ***\n";
30 *** Testing array_keys() on all the types other than arrays ***
/PHP-5.4/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt12 $string = 'This is a string. It contains numbers (0-9) as well as parentheses and some other things…
17 This test a string. It contains numbers *0 to 9* test well test parentheses and some other things*
/PHP-5.4/ext/gd/tests/
H A Dlibgd00186.phpt14 $other = imagecolorallocate($tile,0,0,0x2);
18 imagefilledrectangle($tile,8,0,9,10,$other);
/PHP-5.4/ext/soap/interop/
H A Dclient_round2_params.php470 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL);
482 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL);
547 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL);
562 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=other)', NULL);
605 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL);
617 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=other)', NULL);
/PHP-5.4/ext/standard/tests/file/
H A Dfnmatch_basic.phpt25 echo "*** Testing fnmatch() with other than file ***\n";
42 *** Testing fnmatch() with other than file ***
/PHP-5.4/ext/spl/
H A Dspl_observer.c243 zend_hash_internal_pointer_reset_ex(&other->storage, &pos); in spl_object_storage_addall()
246 zend_hash_move_forward_ex(&other->storage, &pos); in spl_object_storage_addall()
273 spl_object_storage_addall(intern, orig, other TSRMLS_CC); in spl_object_storage_new_ex()
535 spl_SplObjectStorage *other; in SPL_METHOD() local
541 other = (spl_SplObjectStorage *)zend_object_store_get_object(obj TSRMLS_CC); in SPL_METHOD()
543 spl_object_storage_addall(intern, getThis(), other TSRMLS_CC); in SPL_METHOD()
554 spl_SplObjectStorage *other; in SPL_METHOD() local
561 other = (spl_SplObjectStorage *)zend_object_store_get_object(obj TSRMLS_CC); in SPL_METHOD()
563 zend_hash_internal_pointer_reset(&other->storage); in SPL_METHOD()
566 zend_hash_move_forward(&other->storage); in SPL_METHOD()
[all …]
/PHP-5.4/ext/spl/tests/
H A Darray_005.phpt32 public function __construct(ArrayObject $students, Student $other)
35 $this->id = $other->getId();
/PHP-5.4/ext/standard/tests/dir/
H A Dscandir_variation7.phpt37 /*1*/ 0477, // owner has read only, other and group has rwx
38 0677, // owner has rw only, other and group has rwx
47 0407, // owner has read only, other has rwx & group has no permission
/PHP-5.4/ext/phar/tests/
H A Dfrontcontroller1.phpt2 Phar front controller other

Completed in 63 milliseconds

12345678910>>...15