Home
last modified time | relevance | path

Searched refs:other (Results 201 – 225 of 328) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/standard/tests/strings/
H A Dtrim_error.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Dvfprintf_variation15.phpt46 // and with signed and other types of values from the above $args_array array
H A Dvfprintf_variation15_64bit.phpt46 // and with signed and other types of values from the above $args_array array
H A Dvfprintf_variation17.phpt42 // and with signed and other types of values from the above $args_array array
H A Dtrim1.phpt7 * Strip whitespace (or other characters) from the beginning and end of a string.
H A Dprint_basic.phpt48 // If you are not using any other characters, you can just print variables
/PHP-7.4/ext/spl/
H A Dspl_dllist.c385 spl_dllist_object *other = Z_SPLDLLIST_P(orig); in spl_dllist_object_new_ex() local
386 intern->ce_get_iterator = other->ce_get_iterator; in spl_dllist_object_new_ex()
389 intern->llist = (spl_ptr_llist *)spl_ptr_llist_init(other->llist->ctor, other->llist->dtor); in spl_dllist_object_new_ex()
390 spl_ptr_llist_copy(other->llist, intern->llist); in spl_dllist_object_new_ex()
394 intern->llist = other->llist; in spl_dllist_object_new_ex()
399 intern->flags = other->flags; in spl_dllist_object_new_ex()
H A Dspl_array.c91 spl_array_object *other = Z_SPLARRAY_P(&intern->array); in spl_array_get_hash_table_ptr() local
92 return spl_array_get_hash_table_ptr(other); in spl_array_get_hash_table_ptr()
182 spl_array_object *other = Z_SPLARRAY_P(orig); in spl_array_object_new_ex() local
185 intern->ar_flags |= (other->ar_flags & SPL_ARRAY_CLONE_MASK); in spl_array_object_new_ex()
186 intern->ce_get_iterator = other->ce_get_iterator; in spl_array_object_new_ex()
188 if (other->ar_flags & SPL_ARRAY_IS_SELF) { in spl_array_object_new_ex()
192 zend_array_dup(spl_array_get_hash_table(other))); in spl_array_object_new_ex()
1110 spl_array_object *other = Z_SPLARRAY_P(array); in spl_array_set_array() local
1111 ar_flags = other->ar_flags & ~SPL_ARRAY_INT_MASK; in spl_array_set_array()
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt35 echo "creating unbound socket and hoping the routing table causes an interface other than lo to be …
158 creating unbound socket and hoping the routing table causes an interface other than lo to be used f…
/PHP-7.4/ext/reflection/tests/
H A DReflectionType_001.phpt85 public OtherThing $other;
221 public OtherThing $other;
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_assoc_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
13 * array_intersect_assoc() behaves in an expected way with the other arguments passed to the function
H A Darray_intersect_assoc_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
13 * array_intersect_assoc() behaves in an expected way with the other arguments passed to the functio…
H A Darray_pad_variation7.phpt12 * array_pad() behaves in an expected way with the other arguments passed to the function.
H A Darray_sum_variation7.phpt11 * Testing array_sum() with array having other than numeric entries
H A Darray_intersect_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
12 * array_intersect() behaves in expected way with the other arguments passed to the function
H A Darray_intersect_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
12 * array_intersect() behaves in expected way with the other arguments passed to the function.
H A Darray_filter_variation8.phpt12 * here testing callback functions for return values other than bool
H A Darray_intersect_assoc_variation6.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation6.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
/PHP-7.4/ext/fileinfo/libmagic/
H A DLICENSE22 documentation and/or other materials provided with the distribution.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_more_results.phpt50 … // NOTE: if you use mysqli_use_result() with mysqli_more_results() or any other info function,
H A D003.phpt34 In other words, for declarations such as TIMESTAMP(2), TIMESTAMP(4), and so on,
/PHP-7.4/ext/standard/tests/file/
H A Dfnmatch_variation.phpt74 echo "\n*** Testing fnmatch() with other types other than files ***";
218 *** Testing fnmatch() with other types other than files ***
/PHP-7.4/tests/lang/
H A Dexecution_order.phpt71 /* other operators */
/PHP-7.4/
H A DCODING_STANDARDS.md30 3. Functions that are tightly integrated with other functions within the same
31 module, and rely on each other non-trivial behavior, should be documented as
36 rule are 0 and 1, when used as `false` and `true` (respectively). Any other
226 3. Header file that is used by other sources must be named `php_modulename.h`.
233 C code, you have to ensure that your code would compile with other compilers

Completed in 50 milliseconds

12345678910>>...14