Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.5/ext/standard/tests/strings/
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 Dltrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the beginning of a string.
H A Drtrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Dtrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Dltrim_variation2.phpt7 * Description: Strip whitespace (or other characters) from the beginning of a string.
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt16 // note: select() on Windows (& some other platforms) has historical issues with
/PHP-5.5/ext/fileinfo/libmagic/
H A DLICENSE22 documentation and/or other materials provided with the distribution.
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO90 passed like to any other Zend internal function.
107 No other reflection functions are currently implemented.
187 for any other PHP internal function).
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A DtestinputEBC6 must be in EBCDIC code. In data, newlines and other spacing characters must be
/PHP-5.5/ext/spl/internal/
H A Dsplqueue.inc32 * - The behavior of the iterator (either one or the other)
H A Dfilteriterator.inc18 * Instances of this class act as a filter around iterators. In other words
/PHP-5.5/ext/standard/tests/array/
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
/PHP-5.5/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 ***
H A Dmkdir_variation1-win32.phpt75 // other
H A Dmkdir_variation1.phpt75 // other
H A Drmdir_variation1.phpt76 // other
/PHP-5.5/
H A DCODING_STANDARDS32 2. Functions that are tightly integrated with other functions within the
33 same module, and rely on each other non-trivial behavior, should be
40 Any other use of a numeric constant to specify different behavior
183 3. Header file that is used by other sources must be named 'php_modulename.h'.
193 code would compile with other compilers as well.
/PHP-5.5/ext/soap/
H A DTODO.old15 make the transport layer abstract.. what other transport layers are needed?... who uses smtp? what …
/PHP-5.5/sapi/aolserver/
H A DREADME26 <other options>
/PHP-5.5/ext/spl/
H A Dspl_array.c90 …spl_array_object *other = (spl_array_object*)zend_object_store_get_object(intern->array TSRMLS_CC… in spl_array_get_hash_table() local
91 return spl_array_get_hash_table(other, check_std_props TSRMLS_CC); in spl_array_get_hash_table()
187 spl_array_object *other = (spl_array_object*)zend_object_store_get_object(orig TSRMLS_CC); in spl_array_object_new_ex() local
190 intern->ar_flags |= (other->ar_flags & SPL_ARRAY_CLONE_MASK); in spl_array_object_new_ex()
191 intern->ce_get_iterator = other->ce_get_iterator; in spl_array_object_new_ex()
193 intern->array = other->array; in spl_array_object_new_ex()
197 …zend_hash_copy(HASH_OF(intern->array), HASH_OF(other->array), (copy_ctor_func_t) zval_add_ref, &tm… in spl_array_object_new_ex()
200 Z_ADDREF_P(other->array); in spl_array_object_new_ex()
1126 spl_array_object *other = (spl_array_object*)zend_object_store_get_object(*array TSRMLS_CC); in spl_array_set_array() local
1127 ar_flags = other->ar_flags & ~SPL_ARRAY_INT_MASK; in spl_array_set_array()
/PHP-5.5/ext/mysqlnd/
H A Dconfig9.m47 when required by other extensions], no, yes)
/PHP-5.5/ext/mysqli/tests/
H A D003.phpt34 In other words, for declarations such as TIMESTAMP(2), TIMESTAMP(4), and so on,

Completed in 50 milliseconds

12345678910>>...16