Home
last modified time | relevance | path

Searched refs:right (Results 51 – 75 of 105) sorted by relevance

12345

/PHP-7.3/main/streams/
H A Dphp_stream_filter_api.h69 …t_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length);
/PHP-7.3/ext/com_dotnet/
H A Dcom_extension.c51 ZEND_ARG_INFO(0, right)
81 ZEND_ARG_INFO(0, right)
/PHP-7.3/ext/date/lib/
H A Dparse_tz.c417 int left = 0, right = tzdb->index_size - 1; in seek_to_tz_position() local
424 int mid = ((unsigned)left + right) >> 1; in seek_to_tz_position()
428 right = mid - 1; in seek_to_tz_position()
436 } while (left <= right); in seek_to_tz_position()
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_multiquery.phpt100 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
H A Dpdo_mysql_exec.phpt182 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
183 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
H A Dpdo_mysql_stmt_unbuffered_2050.phpt55 And now the right side of the expression will be executed first:
H A Dpdo_mysql_attr_errmode.phpt164 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
/PHP-7.3/ext/standard/tests/math/
H A Dhypot_variation1.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle
H A Dhypot_variation2.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle
/PHP-7.3/ext/shmop/
H A DREADME12 add our own extension to php for simple SHM operations, we were right :)).
/PHP-7.3/ext/spl/internal/
H A Drecursivetreeiterator.inc51 /** Prefix used right in front of the current element. */
/PHP-7.3/Zend/
H A DLICENSE31 Technologies Ltd. has the right to modify the terms applicable
H A Dzend_ini_parser.y311 %right '~' '!'
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.h447 extern Node* onig_node_new_list P_((Node* left, Node* right));
448 extern Node* onig_node_new_alt P_((Node* left, Node* right));
H A Dregcomp.c5316 int right; member
5465 a->right = 0; in clear_opt_anc_info()
5482 to->left |= right->left; in concat_opt_anc_info()
5485 to->right = right->right; in concat_opt_anc_info()
5487 to->right |= left->right; in concat_opt_anc_info()
5490 to->right |= (left->right & ANCR_PREC_READ_NOT); in concat_opt_anc_info()
5518 to->right |= anc; in add_opt_anc_info()
5527 to->right &= ~anc; in remove_opt_anc_info()
5534 to->right &= add->right; in alt_merge_opt_anc_info()
5592 if (! to->reach_end) tanc.right = 0; in concat_opt_exact()
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt63 var_dump(sprintf("[%10s]", $s)); // right-justification with spaces
H A Dsetlocale_basic1.phpt82 // set the system locale to a locale, choose the right locale by
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_driver.phpt113 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
H A Dmysqli_real_connect_pconn.phpt111 …// how do we test if gets forbidden because of a missing right or the flag, this test is partly bo…
H A Dmysqli_real_connect.phpt133 …// how do we test if gets forbidden because of a missing right or the flag, this test is partly bo…
/PHP-7.3/ext/oci8/
H A DLICENSE36 the right to modify the terms applicable to covered code created
/PHP-7.3/
H A DLICENSE36 the right to modify the terms applicable to covered code created
H A DREADME.MAILINGLIST_RULES32 3. Make sure you pick the right mailinglist for your posting. Please review
H A DREADME.RELEASE_PROCESS72 6. Compile and make test, with and without ZTS, using the right Bison version
77 8. If all is right, commit the changes to the release branch with ``git commit -a``.
176 5. Compile and make test, with and without ZTS, using the right Bison version
/PHP-7.3/ext/soap/interop/
H A Dclient_round2_params.php134 # XXX I know this isn't quite right, need to deal with this better

Completed in 64 milliseconds

12345