Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 328) sorted by last modified time

12345678910>>...14

/PHP-7.4/
H A DNEWS521 . Fixed bug #70066 (Unexpected "Cannot execute queries while other unbuffered
1270 . Fixed bug #78898 (call_user_func(['parent', ...]) fails while other
1571 . Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted
1753 . Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted
H A Dconfigure.ac382 dnl source packages. This should be harmless on other OSs.
H A DLICENSE15 the documentation and/or other materials provided with the
35 published by the PHP Group. No one other than the PHP Group has
H A Dphp.ini-development746 ; if you are running php as a CGI under any web server (other than IIS)
1429 ; collection through a shell script, cron entry, or some other method.
1453 ; to other person via. email/irc/etc.
H A Dphp.ini-production746 ; if you are running php as a CGI under any web server (other than IIS)
1429 ; collection through a shell script, cron entry, or some other method.
1453 ; to other person via. email/irc/etc.
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp47 CodePointBreakIterator::CodePointBreakIterator(const PHP::CodePointBreakIterator &other) in CodePointBreakIterator() argument
48 : BreakIterator(other), fText(NULL), fCharIter(NULL), lastCodePoint(U_SENTINEL) in CodePointBreakIterator()
50 *this = other; in CodePointBreakIterator()
H A Dcodepointiterator_internal.h36 CodePointBreakIterator(const CodePointBreakIterator &other);
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c226 spl_fixedarray_object *other = Z_SPLFIXEDARRAY_P(orig); in spl_fixedarray_object_new_ex() local
227 intern->ce_get_iterator = other->ce_get_iterator; in spl_fixedarray_object_new_ex()
228 spl_fixedarray_init(&intern->array, other->array.size); in spl_fixedarray_object_new_ex()
229 spl_fixedarray_copy(&intern->array, &other->array); in spl_fixedarray_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/mbstring/tests/
H A Dbug81011.phpt14 'other' => ['one', 'two']
48 ["other"]=>
78 ["other"]=>
/PHP-7.4/ext/dba/
H A Ddba.c642 dba_info *info, *other; in php_dba_open() local
881 if ((other = php_dba_find(info->path)) != NULL) { in php_dba_open()
882 if ( ( (lock_mode&LOCK_EX) && (other->lock.mode&(LOCK_EX|LOCK_SH)) ) in php_dba_open()
883 || ( (other->lock.mode&LOCK_EX) && (lock_mode&(LOCK_EX|LOCK_SH)) ) in php_dba_open()
/PHP-7.4/ext/oci8/
H A DLICENSE15 the documentation and/or other materials provided with the
35 published by the PHP Group. No one other than the PHP Group has
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug70066.phpt2 Bug #70066: Unexpected "Cannot execute queries while other unbuffered queries"
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_reconnect.phpt92 // Give the server a second to really kill the other thread...
H A Dmysqli_stmt_bind_param.phpt17 in this file and we test mysqli_stmt_bind_result() in the other
H A Dmysqli_stmt_bind_param_many_columns.phpt19 in this file and we test mysqli_stmt_bind_result() in the other
H A Dmysqli_insert_id.phpt89 multiple-row inserts to be reproduced correctly on other servers in a replication setup.
H A Dmysqli_more_results.phpt50 … // NOTE: if you use mysqli_use_result() with mysqli_more_results() or any other info function,
H A Dmysqli_no_reconnect.phpt99 // Give the server a second to really kill the other thread...
H A Dmysqli_fetch_object_no_constructor.phpt34 …printf("\nException with mysqli. Note that at all other places we throws errors but no exceptions …
60 Exception with mysqli. Note that at all other places we throws errors but no exceptions unless the …
H A Dmysqli_get_client_stats_off.phpt36 printf("[003] Field %s should not have any other value but 0, got %s.\n",
H A Dmysqli_get_connection_stats_off.phpt45 printf("[004] Field %s should not have any other value but 0, got %s.\n",
H A Dbug31668.phpt2 Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection))
H A D003.phpt34 In other words, for declarations such as TIMESTAMP(2), TIMESTAMP(4), and so on,
/PHP-7.4/build/
H A Dlibtool.m4748 # So say no if there are warnings other than the usual output.
1593 # link against other versions.
3036 # Warning - without using the other runtime loading flags (-brtl),
3053 # Warning - without using the other run time loading flags,
5412 *\ 2.11.*) ;; # other 2.11 versions
5443 # behavior of shared libraries on other platforms, we can't use
5727 # Warning - without using the other runtime loading flags (-brtl),
5743 # Warning - without using the other run time loading flags,

Completed in 113 milliseconds

12345678910>>...14