Home
last modified time | relevance | path

Searched refs:holder (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_operators.c225 …if ((Z_TYPE(holder)=is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL(holder), &Z_DVAL(hol…
228 (op) = &(holder); \
234 (op) = &(holder); \
238 (op) = &(holder); \
245 (op) = &(holder); \
260 Z_LVAL(holder) = 0; \
272 (holder) = (*(op)); \
282 Z_LVAL(holder) = 0; \
286 (op) = &(holder); \
298 Z_LVAL(holder) = 0; \
[all …]
/PHP-5.5/sapi/apache/
H A DapMakefile.libdir1 This is a place-holder which indicates to Configure that it shouldn't
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.libdir1 This is a place-holder which indicates to Configure that it shouldn't
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE62 restrictive license from a patent holder. Therefore, we insist that
119 program which contains a notice placed by the copyright holder or
407 original copyright holder who places the Library under this License may add
/PHP-5.5/ext/standard/
H A Dstring.c1706 zval holder = *needle; local
1707 zval_copy_ctor(&(holder));
1708 convert_to_long(&(holder));
1709 if(Z_TYPE(holder) != IS_LONG) {
1712 *target = (char)Z_LVAL(holder);

Completed in 77 milliseconds