Home
last modified time | relevance | path

Searched refs:right (Results 26 – 50 of 92) sorted by relevance

1234

/PHP-5.4/ext/mysql/tests/
H A Dmysql_trace_mode.phpt33 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
/PHP-5.4/ext/standard/tests/strings/
H A Dmetaphone.phpt17 "But the shadow of horror wheeled and returned, passing lower now, right above them, sweeping the f…
H A Dltrim_error.phpt50 Warning: ltrim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
H A Drtrim_error.phpt50 Warning: rtrim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
H A Dtrim_error.phpt50 Warning: trim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
H A Dsprintf_f_2.phpt63 var_dump(sprintf("[%10s]", $s)); // right-justification with spaces
/PHP-5.4/ext/pdo_mysql/tests/
H A Dbug66141.phpt34 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
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…
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c1580 if (NCONS(x).right != NULL) { in compile_tree()
1583 } while (IS_NOT_NULL(x = NCONS(x).right)); in compile_tree()
1588 if (IS_NOT_NULL(NCONS(node).right)) { in compile_tree()
1594 if (IS_NOT_NULL(NCONS(node).right)) { in compile_tree()
2747 } while (IS_NOT_NULL(x = NCONS(x).right)); in subexp_inf_recursive_check()
3115 while ((np = NCONS(np).right) != NULL_NODE) { in divide_look_behind_alternatives()
3126 } while ((np = NCONS(np).right) != NULL_NODE); in divide_look_behind_alternatives()
3224 *tailp = &(NCONS(*root).right); in divide_ambig_string_node_sub()
3229 *tailp = &(NCONS(**tailp).right); in divide_ambig_string_node_sub()
3914 to->left_anchor |= right->left_anchor; in concat_opt_anc_info()
[all …]
H A Dregparse.h244 struct _Node* right; member
316 extern Node* onig_node_new_list P_((Node* left, Node* right));
H A Dregparse.c1214 node_new_list(Node* left, Node* right) in node_new_list() argument
1220 NCONS(node).right = right; in node_new_list()
1227 return node_new_list(left, right); in onig_node_new_list()
1231 node_new_alt(Node* left, Node* right) in node_new_alt() argument
1237 NCONS(node).right = right; in node_new_alt()
5179 headp = &(NCONS(*top).right); in parse_branch()
5186 while (IS_NOT_NULL(NCONS(node).right)) node = NCONS(node).right; in parse_branch()
5187 headp = &(NCONS(node).right); in parse_branch()
5191 headp = &(NCONS(*headp).right); in parse_branch()
5219 headp = &(NCONS(*top).right); in parse_subexp()
[all …]
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_report.phpt290 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
292 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
298 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
300 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
304 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
H A Dmysqli_driver.phpt113 …ntax; check the manual that corresponds to your %s server version for the right syntax to use near…
/PHP-5.4/ext/spl/internal/
H A Drecursiveiteratoriterator.inc198 /** Called right after calling getChildren() and its rewind().
205 /** Called after current child iterator is invalid and right before it
H A Drecursivetreeiterator.inc51 /** Prefix used right in front of the current element. */
/PHP-5.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt6 Still not quite right
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt6 Still not quite right
/PHP-5.4/main/streams/
H A Dphp_stream_filter_api.h71 …plit(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length TSR…
/PHP-5.4/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-5.4/ext/shmop/
H A DREADME12 add our own extension to php for simple SHM operations, we were right :)).
/PHP-5.4/Zend/
H A DLICENSE31 Technologies Ltd. has the right to modify the terms applicable
/PHP-5.4/ext/ereg/regex/
H A Dtests51 # gag me with a right parenthesis -- 1003.2 goofed here (my fault, partly)
160 # here is a case that no NFA implementation does right
361 # and a still fancier version, which does it right (I think)...
397 # do we get the right subexpression when it is used more than once?
/PHP-5.4/
H A DLICENSE36 the right to modify the terms applicable to covered code created

Completed in 66 milliseconds

1234