Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_operators.c188 …if ((Z_TYPE(holder)=is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL(holder), &Z_DVAL(hol…
191 (op) = &(holder); \
197 (op) = &(holder); \
201 (op) = &(holder); \
208 (op) = &(holder); \
223 Z_LVAL(holder) = 0; \
235 (holder) = (*(op)); \
245 Z_LVAL(holder) = 0; \
249 (op) = &(holder); \
261 Z_LVAL(holder) = 0; \
[all …]
/PHP-5.4/sapi/apache/
H A DapMakefile.libdir1 This is a place-holder which indicates to Configure that it shouldn't
/PHP-5.4/sapi/apache_hooks/
H A DapMakefile.libdir1 This is a place-holder which indicates to Configure that it shouldn't
/PHP-5.4/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.4/ext/standard/
H A Dstring.c1692 zval holder = *needle; local
1693 zval_copy_ctor(&(holder));
1694 convert_to_long(&(holder));
1695 if(Z_TYPE(holder) != IS_LONG) {
1698 *target = (char)Z_LVAL(holder);

Completed in 26 milliseconds